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