1 write to _callKind
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
44
_callKind
= GetCallingConvention(signature, out _isUnmanaged);
1 reference to _callKind
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoFunctionPointerType.cs (1)
74
internal SignatureCallingConvention CallKind =>
_callKind
;