4 references to s_comObjectInfoKey
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComObject.cs (4)
40object data = Marshal.GetComObjectData(rcw, s_comObjectInfoKey); 46lock (s_comObjectInfoKey) 48data = Marshal.GetComObjectData(rcw, s_comObjectInfoKey); 55if (!Marshal.SetComObjectData(rcw, s_comObjectInfoKey, comObjectInfo))