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