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)
130
public object Reader { get { return
_reader
; } }
133
public bool IsValid { get { return
_reader
== null; } }
System\Reflection\Runtime\General\QHandles.NativeFormat.cs (3)
45
public MetadataReader NativeFormatReader { get { Debug.Assert(IsNativeFormatMetadataBased); return
_reader
as MetadataReader; } }
52
return (
_reader
!= null) &&
_reader
is global::Internal.Metadata.NativeFormat.MetadataReader;