1 write to _returnType
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3535
offset = streamReader.Read(offset, out
_returnType
);
1 reference to _returnType
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3549
public Handle ReturnType =>
_returnType
;