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