1 write to _arity
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (1)
37
_arity
= arity;
2 references to _arity
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodIterator.cs (2)
74
if (
_arity
> 0 & _mask == symbmask_t.MASK_MethodSymbol && ((MethodSymbol)CurrentSymbol).typeVars.Count !=
_arity
)