1 write to _signature
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3262
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)
3279
public MethodSignatureHandle Signature =>
_signature
;