2 writes to PutRefs
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
53
PutRefs
= new Hashtable(),
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
628
_comTypeDesc.
PutRefs
= putrefs;
6 references to PutRefs
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (6)
115
if (
PutRefs
.ContainsKey(name))
117
method =
PutRefs
[name] as ComMethodDesc;
126
lock (
PutRefs
)
128
PutRefs
[name] = method;
166
lock (
PutRefs
)
168
foreach (ComMethodDesc func in
PutRefs
.Values)