1 write to _reader
System.Private.CoreLib (1)
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
41_reader = reader;
5 references to _reader
System.Private.CoreLib (5)
System\Reflection\Runtime\General\QHandles.cs (2)
130public object Reader { get { return _reader; } } 133public bool IsValid { get { return _reader == null; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (3)
45public MetadataReader NativeFormatReader { get { Debug.Assert(IsNativeFormatMetadataBased); return _reader as MetadataReader; } } 52return (_reader != null) && _reader is global::Internal.Metadata.NativeFormat.MetadataReader;