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