1 write to _signature
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
2988
offset = streamReader.Read(offset, out
_signature
);
1 reference to _signature
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
2993
public MethodSignatureHandle Signature =>
_signature
;