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