2 writes to _inQuote
System.Core (2)
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
82
_inQuote
= true;
84
_inQuote
= savedInQuote;
2 references to _inQuote
System.Core (2)
Microsoft\Scripting\Compiler\VariableBinder.cs (2)
65
if (
_inQuote
) {
81
bool savedInQuote =
_inQuote
;