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)
234return (index >= 0) ? _first[index] : _second[-1 - index]; 241_second[-1 - index] = value;