12 references to UnexpectedlyFound
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (3)
112ProjectErrorUtilities.ThrowInvalidProject(elementLocation, _lexer.GetErrorResource(), expression, errorPosition, _lexer.UnexpectedlyFound); 389if (_lexer.UnexpectedlyFound != null) 391ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, _lexer.GetErrorResource(), expression, errorPosition, _lexer.UnexpectedlyFound);
Microsoft.Build.Engine.UnitTests (9)
Scanner_Tests.cs (9)
86Assert.Equal("b", lexer.UnexpectedlyFound); 144Assert.Null(lexer.UnexpectedlyFound); 149Assert.Null(lexer.UnexpectedlyFound); 154Assert.Null(lexer.UnexpectedlyFound); 159Assert.Null(lexer.UnexpectedlyFound); 164Assert.Null(lexer.UnexpectedlyFound); 169Assert.Null(lexer.UnexpectedlyFound); 182Assert.Null(lexer.UnexpectedlyFound); 187Assert.Null(lexer.UnexpectedlyFound);