From cc29dbda3033f54aabe2c049bd72f150df0705f0 Mon Sep 17 00:00:00 2001 From: Sinai <49360850+sinai-dev@users.noreply.github.com> Date: Fri, 16 Oct 2020 20:20:36 +1100 Subject: [PATCH] Update ReflectionInspector.cs --- src/UI/Inspectors/ReflectionInspector.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Inspectors/ReflectionInspector.cs b/src/UI/Inspectors/ReflectionInspector.cs index 4f7a2a2..bcebc65 100644 --- a/src/UI/Inspectors/ReflectionInspector.cs +++ b/src/UI/Inspectors/ReflectionInspector.cs @@ -126,7 +126,7 @@ namespace Explorer.UI.Inspectors private void CacheMembers(Type[] types) { var list = new List(); - var cachedSigs = new List(); + var cachedSigs = new HashSet(); foreach (var declaringType in types) {