1 write to _reader
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataStringComparer.cs (1)
55
_reader
= reader;
8 references to _reader
System.Reflection.Metadata (8)
System\Reflection\Metadata\MetadataStringComparer.cs (8)
67
return
_reader
.StringHeap.Equals(handle, value,
_reader
.UTF8Decoder, ignoreCase);
81
return
_reader
.StringHeap.Equals(handle.GetFullName(), value,
_reader
.UTF8Decoder, ignoreCase);
84
return value ==
_reader
.NamespaceCache.GetFullName(handle);
96
return
_reader
.BlobHeap.DocumentNameEquals(handle, value, ignoreCase);
108
return
_reader
.StringHeap.StartsWith(handle, value,
_reader
.UTF8Decoder, ignoreCase);