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