2 writes to Funcs
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
51Funcs = new Hashtable(),
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (1)
626_comTypeDesc.Funcs = funcs;
8 references to Funcs
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (6)
73if (Funcs.ContainsKey(name)) 75method = Funcs[name] as ComMethodDesc; 85lock (Funcs) 87Funcs[name] = method; 142lock (Funcs) 144foreach (ComMethodDesc func in Funcs.Values)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
516if (_comTypeDesc?.Funcs != null) 535_comTypeDesc.Funcs != null)