7 references to CopyRuntimeTypeHandles
mscorlib (7)
system\runtime\compilerservices\runtimehelpers.cs (1)
114
IntPtr[] instantiationHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(instantiation, out length);
system\runtimehandles.cs (6)
1931
IntPtr[] typeInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(typeInstantiationContext, out typeInstCount);
1932
IntPtr[] methodInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(methodInstantiationContext, out methodInstCount);
1970
IntPtr[] typeInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(typeInstantiationContext, out typeInstCount);
1971
IntPtr[] methodInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(methodInstantiationContext, out methodInstCount);
2021
IntPtr [] typeInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(typeInstantiationContext, out typeInstCount);
2022
IntPtr [] methodInstantiationContextHandles = RuntimeTypeHandle.
CopyRuntimeTypeHandles
(methodInstantiationContext, out methodInstCount);