12 references to NamespaceReference
System.Private.CoreLib (5)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
4021
Debug.Assert(hType == HandleType.
NamespaceReference
|| hType == HandleType.Null);
4022
_value = (value & 0x01FFFFFF) | (((int)HandleType.
NamespaceReference
) << 25);
4055
if ((HandleType)((uint)_value >> 25) != HandleType.
NamespaceReference
)
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
56
return handleType == HandleType.
NamespaceReference
;
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
206
if (parentType == HandleType.
NamespaceReference
)
System.Private.StackTraceMetadata (3)
Internal\StackTraceMetadata\MethodNameFormatter.cs (2)
262
namespaceRef.ParentScopeOrNamespace.HandleType == HandleType.
NamespaceReference
)
294
if (typeRef.ParentNamespaceOrType.HandleType != HandleType.
NamespaceReference
)
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
249
case HandleType.
NamespaceReference
:
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (3)
28
case HandleType.
NamespaceReference
:
197
nspace = typeRef.ParentNamespaceOrType.HandleType == HandleType.
NamespaceReference
? typeRef.ParentNamespaceOrType.GetFullName(reader) : null;
227
case HandleType.
NamespaceReference
:
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MetadataTypeHashingAlgorithms.cs (1)
41
if (parentHandleType == HandleType.
NamespaceReference
)