13 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.Net.Quic (3)
System\Net\Quic\QuicConnection.cs (1)
780[UnmanagedCallersOnly(CallConvs = [typeof(CallConvCdecl)])]
System\Net\Quic\QuicListener.cs (1)
369[UnmanagedCallersOnly(CallConvs = [typeof(CallConvCdecl)])]
System\Net\Quic\QuicStream.cs (1)
671[UnmanagedCallersOnly(CallConvs = [typeof(CallConvCdecl)])]
System.Private.CoreLib (6)
LibraryImports.g.cs (1)
5071[global::System.Runtime.InteropServices.UnmanagedCallConvAttribute(CallConvs = new global::System.Type[] { typeof(global::System.Runtime.CompilerServices.CallConvCdecl) })]
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)
57builder.Add(typeof(CallConvCdecl));
src\libraries\System.Private.CoreLib\src\System\SpanHelpers.ByteMemOps.cs (2)
263[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])] 486[UnmanagedCallConv(CallConvs = [typeof(CallConvCdecl)])]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net11.0\System.Runtime.Forwards.cs (1)
539[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))]
System.Runtime.CompilerServices.VisualC (1)
artifacts\obj\System.Runtime.CompilerServices.VisualC\Debug\net11.0\System.Runtime.CompilerServices.VisualC.Forwards.cs (1)
3[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.CallConvCdecl))]