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)
84get { return _argCount; } 99return _argCount ^ _argNames.ListHashCode(); 109return _argCount == other._argCount && _argNames.ListEquals(other._argNames);