11 writes to errorPosition
Microsoft.Build (11)
Evaluation\Conditionals\Parser.cs (11)
111errorPosition = _lexer.GetErrorPosition(); 117errorPosition = _lexer.GetErrorPosition(); 181errorPosition = _lexer.GetErrorPosition(); 203errorPosition = _lexer.GetErrorPosition(); 225errorPosition = _lexer.GetErrorPosition(); 288errorPosition = _lexer.GetErrorPosition(); 296errorPosition = _lexer.GetErrorPosition(); 311errorPosition = _lexer.GetErrorPosition(); 321errorPosition = _lexer.GetErrorPosition(); 329errorPosition = _lexer.GetErrorPosition(); 388errorPosition = _lexer.GetErrorPosition();
13 references to errorPosition
Microsoft.Build (12)
Evaluation\Conditionals\Parser.cs (12)
112ProjectErrorUtilities.ThrowInvalidProject(elementLocation, _lexer.GetErrorResource(), expression, errorPosition, _lexer.UnexpectedlyFound); 118ProjectErrorUtilities.ThrowInvalidProject(elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 182ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 204ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 226ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 289ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", _lexer.IsNextString(), errorPosition); 297ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 312ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 322ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 330ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, "UnexpectedTokenInCondition", expression, _lexer.IsNextString(), errorPosition); 391ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, _lexer.GetErrorResource(), expression, errorPosition, _lexer.UnexpectedlyFound); 395ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, _lexer.GetErrorResource(), expression, errorPosition);
Microsoft.Build.Engine.UnitTests (1)
Scanner_Tests.cs (1)
63Assert.Equal(Convert.ToInt32(tests[i, 1]), parser.errorPosition);