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)
18
SetRuntimeTypeHandleUnsafe
(RuntimeAugments.GetCanonType());
Internal\TypeSystem\TypeDesc.Runtime.cs (4)
93
typeAsDefType.
SetRuntimeTypeHandleUnsafe
(rtth);
100
type.
SetRuntimeTypeHandleUnsafe
(typeDefHandle);
117
typeAsParameterType.
SetRuntimeTypeHandleUnsafe
(rtth);
152
functionPointerType.
SetRuntimeTypeHandleUnsafe
(rtth);
Internal\TypeSystem\TypeSystemContext.Runtime.cs (1)
271
returnedType.
SetRuntimeTypeHandleUnsafe
(rtth);