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