1 write to _callingConventions
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
39
_callingConventions
= CreateCallingConventions(returnTypeOptionalModifiers, functionPointerType);
1 reference to _callingConventions
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
44
public override Type[] GetFunctionPointerCallingConventions() => Helpers.CloneArray(
_callingConventions
);