5 references to CallConvFastcall
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
523
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvFastcall
))]
netstandard (1)
netstandard.cs (1)
1497
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvFastcall
))]
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedFunctionPointerType.cs (1)
68
builder.Add(typeof(
CallConvFastcall
));
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
537
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvFastcall
))]
System.Runtime.CompilerServices.VisualC (1)
artifacts\obj\System.Runtime.CompilerServices.VisualC\Debug\net10.0\System.Runtime.CompilerServices.VisualC.Forwards.cs (1)
4
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvFastcall
))]