2 writes to _inQuote
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
74_inQuote = true; 76_inQuote = savedInQuote;
2 references to _inQuote
System.Linq.Expressions (2)
System\Linq\Expressions\Compiler\VariableBinder.cs (2)
53if (_inQuote) 73bool savedInQuote = _inQuote;