5 references to CallConvThiscall
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
525
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvThiscall
))]
netstandard (1)
netstandard.cs (1)
1499
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvThiscall
))]
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedFunctionPointerType.cs (1)
65
builder.Add(typeof(
CallConvThiscall
));
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
542
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvThiscall
))]
System.Runtime.CompilerServices.VisualC (1)
artifacts\obj\System.Runtime.CompilerServices.VisualC\Debug\net10.0\System.Runtime.CompilerServices.VisualC.Forwards.cs (1)
6
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvThiscall
))]