1 write to s_globalInstanceForMarshalling
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\ComWrappers.cs (1)
358
if (null != Interlocked.CompareExchange(ref
s_globalInstanceForMarshalling
, instance, null))
2 references to s_globalInstanceForMarshalling
System.Private.CoreLib (2)
src\System\Runtime\InteropServices\ComWrappers.cs (2)
174
impl =
s_globalInstanceForMarshalling
;
220
impl =
s_globalInstanceForMarshalling
;