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)
70
return
_reader
.StringHeap.Equals(handle, value,
_reader
.UTF8Decoder, ignoreCase);
87
return
_reader
.StringHeap.Equals(handle.GetFullName(), value,
_reader
.UTF8Decoder, ignoreCase);
90
return value ==
_reader
.NamespaceCache.GetFullName(handle);
105
return
_reader
.BlobHeap.DocumentNameEquals(handle, value, ignoreCase);
120
return
_reader
.StringHeap.StartsWith(handle, value,
_reader
.UTF8Decoder, ignoreCase);