1 write to _callingConvention
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3533
offset = streamReader.Read(offset, out
_callingConvention
);
1 reference to _callingConvention
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
3542
public SignatureCallingConvention CallingConvention =>
_callingConvention
;