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