2 writes to _type
System.Private.CoreLib (2)
System\Reflection\Runtime\TypeInfos\RuntimeTypeInfo.cs (2)
631if (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)
623public RuntimeType ToType() => _type ?? InitializeType(); 638return _type;