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