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)
67return _reader.StringHeap.Equals(handle, value, _reader.UTF8Decoder, ignoreCase); 81return _reader.StringHeap.Equals(handle.GetFullName(), value, _reader.UTF8Decoder, ignoreCase); 84return value == _reader.NamespaceCache.GetFullName(handle); 96return _reader.BlobHeap.DocumentNameEquals(handle, value, ignoreCase); 108return _reader.StringHeap.StartsWith(handle, value, _reader.UTF8Decoder, ignoreCase);