2 writes to Funcs
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeDesc.cs (1)
51
Funcs
= 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)
73
if (
Funcs
.ContainsKey(name))
75
method =
Funcs
[name] as ComMethodDesc;
85
lock (
Funcs
)
87
Funcs
[name] = method;
142
lock (
Funcs
)
144
foreach (ComMethodDesc func in
Funcs
.Values)
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchComObject.cs (2)
516
if (_comTypeDesc?.
Funcs
!= null)
535
_comTypeDesc.
Funcs
!= null)