2 writes to PutRefs
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
53PutRefs = 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)
115if (PutRefs.ContainsKey(name)) 117method = PutRefs[name] as ComMethodDesc; 126lock (PutRefs) 128PutRefs[name] = method; 166lock (PutRefs) 168foreach (ComMethodDesc func in PutRefs.Values)