1 write to _arity
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (1)
534_arity = arity;
5 references to _arity
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (5)
124if (_arity > 0 && (!(symCur is MethodSymbol curMeth) || curMeth.typeVars.Count != _arity)) 619return _arity > 0 620? ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, ((AggregateType)_typeSrc).OwningAggregate, _arity) 646Debug.Assert(_arity != 0);