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