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