1 write to s_globalInstanceForMarshalling
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
1489if (null != Interlocked.CompareExchange(ref s_globalInstanceForMarshalling, instance, null))
5 references to s_globalInstanceForMarshalling
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (5)
765else if (s_globalInstanceForMarshalling == wrapper) 1547if (s_globalInstanceForMarshalling == null) 1557return s_globalInstanceForMarshalling.GetOrCreateComInterfaceForObject(instance, CreateComInterfaceFlags.TrackerSupport); 1578if (s_globalInstanceForMarshalling == null) 1583return s_globalInstanceForMarshalling.GetOrCreateObjectForComInstance(externalComObject, flags);