7 references to HasFullName
System.Reflection.Metadata (7)
System\Reflection\Metadata\Internal\NamespaceCache.cs (4)
36
Debug.Assert(!handle.
HasFullName
); // we should not hit the cache in this case.
208
Debug.Assert(realChild.
HasFullName
);
247
Debug.Assert(realChild.Handle.
HasFullName
);
377
Debug.Assert(namespaceHandle.
HasFullName
);
System\Reflection\Metadata\MetadataReader.cs (1)
1068
if (handle.
HasFullName
)
System\Reflection\Metadata\MetadataStringComparer.cs (1)
85
if (handle.
HasFullName
)
System\Reflection\Metadata\TypeSystem\Handles.TypeSystem.cs (1)
2518
Debug.Assert(
HasFullName
);