1 write to s_globalInstanceForMarshalling
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
1489
if (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)
765
else if (
s_globalInstanceForMarshalling
== wrapper)
1547
if (
s_globalInstanceForMarshalling
== null)
1557
return
s_globalInstanceForMarshalling
.GetOrCreateComInterfaceForObject(instance, CreateComInterfaceFlags.TrackerSupport);
1578
if (
s_globalInstanceForMarshalling
== null)
1583
return
s_globalInstanceForMarshalling
.GetOrCreateObjectForComInstance(externalComObject, flags);