7 references to CopyRuntimeTypeHandles
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
212
ReadOnlySpan<IntPtr> instantiationHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(instantiation, stackScratch: stackalloc IntPtr[8]);
src\System\RuntimeHandles.cs (6)
1770
typeInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(typeInstantiationContext, stackScratch: stackalloc IntPtr[8]);
1775
methodInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(methodInstantiationContext, stackScratch: stackalloc IntPtr[8]);
1820
ReadOnlySpan<IntPtr> typeInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(typeInstantiationContext, stackScratch: stackalloc IntPtr[8]);
1821
ReadOnlySpan<IntPtr> methodInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(methodInstantiationContext, stackScratch: stackalloc IntPtr[8]);
1876
typeInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(typeInstantiationContext, stackScratch: stackalloc IntPtr[8]);
1881
methodInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(methodInstantiationContext, stackScratch: stackalloc IntPtr[8]);