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