2 writes to _type
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
631
if (Interlocked.CompareExchange(ref
_type
, type, null) != null)
636
_type
= (RuntimeType)Type.GetTypeFromHandle(runtimeTypeHandle)!;
2 references to _type
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
623
public RuntimeType ToType() =>
_type
?? InitializeType();
638
return
_type
;