7 references to SetRuntimeTypeHandleUnsafe
System.Private.TypeLoader (7)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
921_typesThatNeedTypeHandles[i].SetRuntimeTypeHandleUnsafe(_typesThatNeedTypeHandles[i].GetTypeBuilderState().HalfBakedRuntimeTypeHandle);
Internal\TypeSystem\CanonTypes.Runtime.cs (1)
18SetRuntimeTypeHandleUnsafe(RuntimeAugments.GetCanonType());
Internal\TypeSystem\TypeDesc.Runtime.cs (4)
93typeAsDefType.SetRuntimeTypeHandleUnsafe(rtth); 100type.SetRuntimeTypeHandleUnsafe(typeDefHandle); 117typeAsParameterType.SetRuntimeTypeHandleUnsafe(rtth); 152functionPointerType.SetRuntimeTypeHandleUnsafe(rtth);
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
271returnedType.SetRuntimeTypeHandleUnsafe(rtth);