1 write to s_globalInstanceForTrackerSupport
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\ComWrappers.cs (1)
327if (null != Interlocked.CompareExchange(ref s_globalInstanceForTrackerSupport, instance, null))
3 references to s_globalInstanceForTrackerSupport
System.Private.CoreLib (3)
src\System\Runtime\InteropServices\ComWrappers.cs (3)
171impl = s_globalInstanceForTrackerSupport; 217impl = s_globalInstanceForTrackerSupport; 310=> (comWrappersImpl ?? s_globalInstanceForTrackerSupport!).ReleaseObjects(objects);