Update ReflectionInspector.cs

This commit is contained in:
Sinai 2020-10-16 20:20:36 +11:00 committed by GitHub
parent bc0ad5eab6
commit cc29dbda30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ namespace Explorer.UI.Inspectors
private void CacheMembers(Type[] types)
{
var list = new List<CacheMember>();
var cachedSigs = new List<string>();
var cachedSigs = new HashSet<string>();
foreach (var declaringType in types)
{