7 references to CallConvCdecl
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
522[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))]
netstandard (1)
netstandard.cs (1)
1496[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))]
System.Private.CoreLib (3)
src\libraries\Common\src\Interop\Interop.HostPolicy.cs (2)
24[UnmanagedCallConv(CallConvs = [typeof(System.Runtime.CompilerServices.CallConvCdecl)])] 29[UnmanagedCallConv(CallConvs = [typeof(System.Runtime.CompilerServices.CallConvCdecl)])]
src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedFunctionPointerType.cs (1)
59builder.Add(typeof(CallConvCdecl));
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
536[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))]
System.Runtime.CompilerServices.VisualC (1)
artifacts\obj\System.Runtime.CompilerServices.VisualC\Debug\net10.0\System.Runtime.CompilerServices.VisualC.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))]