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)
89Assert.Equal("b", lexer.UnexpectedlyFound); 147Assert.Null(lexer.UnexpectedlyFound); 152Assert.Null(lexer.UnexpectedlyFound); 157Assert.Null(lexer.UnexpectedlyFound); 162Assert.Null(lexer.UnexpectedlyFound); 167Assert.Null(lexer.UnexpectedlyFound); 172Assert.Null(lexer.UnexpectedlyFound); 185Assert.Null(lexer.UnexpectedlyFound); 190Assert.Null(lexer.UnexpectedlyFound);