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