1 write to _first
System.Core (1)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
222
_first
= first;
2 references to _first
System.Core (2)
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (2)
234
return (index >= 0) ?
_first
[index] : _second[-1 - index];
239
_first
[index] = value;