1 write to ParamCount
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (1)
46
ParamCount
= funcDesc.cParams;
2 references to ParamCount
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMethodDesc.cs (1)
72
return
ParamCount
== 0;
Microsoft\CSharp\RuntimeBinder\ComInterop\IDispatchMetaObject.cs (1)
102
if (method.
ParamCount
== 0)