2 references to CallConvFastcall
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\CoreType.cs (1)
131
case CoreType.
CallConvFastcall
: ns = Utf8Constants.SystemRuntimeCompilerServices; name = Utf8Constants.CallConvFastcall; return;
System\Reflection\TypeLoading\Types\RoModifiedFunctionPointerType.cs (1)
49
private Type FastCallType => Loader.GetCoreType(CoreType.
CallConvFastcall
);