1 write to _enclosingType
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4950
offset = streamReader.Read(offset, out
_enclosingType
);
1 reference to _enclosingType
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
4982
public TypeDefinitionHandle EnclosingType =>
_enclosingType
;