1 write to _argCount
System.Core (1)
Microsoft\Scripting\Actions\CallInfo.cs (1)
76
_argCount
= argCount;
4 references to _argCount
System.Core (4)
Microsoft\Scripting\Actions\CallInfo.cs (4)
84
get { return
_argCount
; }
99
return
_argCount
^ _argNames.ListHashCode();
109
return
_argCount
== other.
_argCount
&& _argNames.ListEquals(other._argNames);