3 references to CopyRuntimeTypeHandles
mscorlib (3)
system\runtimehandles.cs (3)
690
IntPtr []instHandles =
CopyRuntimeTypeHandles
(inst, out instCount);
854
IntPtr[] typeContextHandles =
CopyRuntimeTypeHandles
(typeContext, out typeContextLength);
855
IntPtr[] methodContextHandles =
CopyRuntimeTypeHandles
(methodContext, out methodContextLength);