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