3 references to Namespace
System.Reflection.Metadata (3)
System\Reflection\Metadata\HandleKind.cs (1)
46
NamespaceDefinition = (byte)HandleType.
Namespace
,
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (2)
2476
(byte)((handle._value & HeapHandleType.VirtualBit) >> 24 | HandleType.
Namespace
),
2482
if ((handle.VType & HandleType.TypeMask) != HandleType.
Namespace
)