2 writes to Puts
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
52Puts = 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)
94if (Puts.ContainsKey(name)) 96method = Puts[name] as ComMethodDesc; 106lock (Puts) 108Puts[name] = method; 155lock (Puts) 157foreach (ComMethodDesc func in Puts.Values)