2 writes to Puts
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
52
Puts
= new Hashtable(),
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
627
_comTypeDesc.
Puts
= puts;
6 references to Puts
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (6)
94
if (
Puts
.ContainsKey(name))
96
method =
Puts
[name] as ComMethodDesc;
106
lock (
Puts
)
108
Puts
[name] = method;
155
lock (
Puts
)
157
foreach (ComMethodDesc func in
Puts
.Values)