2 writes to _reader
System.Private.CoreLib (2)
System\Reflection\Runtime\General\QHandles.cs (1)
107
_reader
= reader;
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (1)
21
_reader
= reader;
5 references to _reader
System.Private.CoreLib (5)
System\Reflection\Runtime\General\QHandles.cs (2)
116
public object Reader { get { return
_reader
; } }
119
public bool IsValid { get { return
_reader
== null; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (3)
25
public MetadataReader NativeFormatReader { get { Debug.Assert(IsNativeFormatMetadataBased); return
_reader
as MetadataReader; } }
32
return (
_reader
!= null) &&
_reader
is global::Internal.Metadata.NativeFormat.MetadataReader;