1 write to s_instance
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (1)
98
if (Interlocked.CompareExchange(ref
s_instance
, instance, null) == null)
3 references to s_instance
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (3)
100
return
s_instance
;
103
public static TypeLoaderEnvironment Instance =>
s_instance
?? InitializeInstance();
105
public static TypeLoaderEnvironment InstanceOrNull =>
s_instance
;