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