1 write to ArgumentCount
System.Linq.Expressions (1)
System\Dynamic\CallInfo.cs (1)
58ArgumentCount = argCount;
4 references to ArgumentCount
System.Linq.Expressions (4)
System\Dynamic\CallInfo.cs (4)
15/// <see cref="ArgumentCount"/> - all inclusive number of arguments. 78return ArgumentCount ^ ArgumentNames.ListHashCode(); 88return obj is CallInfo other && ArgumentCount == other.ArgumentCount && ArgumentNames.ListEquals(other.ArgumentNames);