1 write to _callingConventions
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
15
_callingConventions
= callingConventions;
1 reference to _callingConventions
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureFunctionPointerType.cs (1)
26
public override Type[] GetFunctionPointerCallingConventions() => (Type[])
_callingConventions
.Clone();