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