14 writes to _errorState
Microsoft.Build (14)
Evaluation\Conditionals\Scanner.cs (14)
67_errorState = false; 192_errorState = true; 262_errorState = true; 299_errorState = true; 309_errorState = true; 321_errorState = true; 483_errorState = true; 493_errorState = true; 513_errorState = true; 555_errorState = true; 618_errorState = true; 646_errorState = true; 679_errorState = true; 758_errorState = true;
2 references to _errorState
Microsoft.Build (1)
Evaluation\Conditionals\Scanner.cs (1)
135if (_errorState)
Microsoft.Build.Engine.UnitTests (1)
Scanner_Tests.cs (1)
135lexer._errorState.ShouldBeFalse();