5 references to RuntimeArgumentHandle
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
782[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeArgumentHandle))]
netstandard (1)
netstandard.cs (1)
1816[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeArgumentHandle))]
System.Private.CoreLib (2)
src\System\ArgIterator.cs (2)
158public ArgIterator(RuntimeArgumentHandle arglist) 164public unsafe ArgIterator(RuntimeArgumentHandle arglist, void* ptr)
System.Runtime (1)
artifacts\obj\System.Runtime\Debug\net10.0\System.Runtime.Forwards.cs (1)
711[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.RuntimeArgumentHandle))]