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)
124
if (
_arity
> 0 && (!(symCur is MethodSymbol curMeth) || curMeth.typeVars.Count !=
_arity
))
619
return
_arity
> 0
620
? ErrorHandling.Error(ErrorCode.ERR_BadCtorArgCount, ((AggregateType)_typeSrc).OwningAggregate,
_arity
)
646
Debug.Assert(
_arity
!= 0);