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) {