14 writes to _errorState
Microsoft.Build (14)
Evaluation\Conditionals\Scanner.cs (14)
68_errorState = false; 193_errorState = true; 263_errorState = true; 300_errorState = true; 310_errorState = true; 322_errorState = true; 484_errorState = true; 494_errorState = true; 514_errorState = true; 556_errorState = true; 619_errorState = true; 647_errorState = true; 680_errorState = true; 759_errorState = true;
2 references to _errorState
Microsoft.Build (1)
Evaluation\Conditionals\Scanner.cs (1)
136if (_errorState)
Microsoft.Build.Engine.UnitTests (1)
Scanner_Tests.cs (1)
132lexer._errorState.ShouldBeFalse();