4 references to GetFullName
System.Reflection.Metadata (4)
System\Reflection\Metadata\Internal\NamespaceCache.cs (2)
77
StringHandle handleContainingSegment = fullNamespaceHandle.
GetFullName
();
128
rootNamespace.
GetFullName
(),
System\Reflection\Metadata\MetadataReader.cs (1)
1070
return StringHeap.GetString(handle.
GetFullName
(), UTF8Decoder);
System\Reflection\Metadata\MetadataStringComparer.cs (1)
87
return _reader.StringHeap.Equals(handle.
GetFullName
(), value, _reader.UTF8Decoder, ignoreCase);