9 references to CallConvMemberFunction
System.Private.CoreLib (8)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\CallingConventions.cs (1)
55
/// Initializes a new instance of the <see cref="
CallConvMemberFunction
" /> class.
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ReferenceTrackerHost.cs (7)
23
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
49
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
60
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
76
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
103
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
119
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
135
[UnmanagedCallersOnly(CallConvs = [typeof(
CallConvMemberFunction
)])]
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
538
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.CompilerServices.
CallConvMemberFunction
))]