2 instantiations of QHandle
System.Private.CoreLib (2)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.GetTypeCore.CaseInsensitive.cs (2)
92dict.Add(fullName, new QHandle(reader, typeDefinitionHandle)); 101dict.Add(fullName, new QHandle(reader, typeForwarderHandle));
11 references to QHandle
System.Private.CoreLib (11)
System\Reflection\Runtime\Assemblies\NativeFormat\NativeFormatRuntimeAssembly.GetTypeCore.CaseInsensitive.cs (7)
18LowLevelDictionary<string, QHandle> dict = CaseInsensitiveTypeDictionary; 19QHandle qualifiedHandle; 51private LowLevelDictionary<string, QHandle> CaseInsensitiveTypeDictionary 59private LowLevelDictionary<string, QHandle> CreateCaseInsensitiveTypeDictionary() 73LowLevelDictionary<string, QHandle> dict = new LowLevelDictionary<string, QHandle>(); 109private volatile LowLevelDictionary<string, QHandle> _lazyCaseInsensitiveTypeDictionary;
System\Reflection\Runtime\General\QHandles.cs (4)
66public struct QHandle : IEquatable<QHandle> 79if (!(obj is QHandle)) 81return Equals((QHandle)obj); 84public bool Equals(QHandle other)