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