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)
26public override Type[] GetFunctionPointerCallingConventions() => (Type[])_callingConventions.Clone();