12 references to UnexpectedlyFound
Microsoft.Build (3)
Evaluation\Conditionals\Parser.cs (3)
112
ProjectErrorUtilities.ThrowInvalidProject(elementLocation, _lexer.GetErrorResource(), expression, errorPosition, _lexer.
UnexpectedlyFound
);
389
if (_lexer.
UnexpectedlyFound
!= null)
391
ProjectErrorUtilities.ThrowInvalidProject(_elementLocation, _lexer.GetErrorResource(), expression, errorPosition, _lexer.
UnexpectedlyFound
);
Microsoft.Build.Engine.UnitTests (9)
Scanner_Tests.cs (9)
89
Assert.Equal("b", lexer.
UnexpectedlyFound
);
147
Assert.Null(lexer.
UnexpectedlyFound
);
152
Assert.Null(lexer.
UnexpectedlyFound
);
157
Assert.Null(lexer.
UnexpectedlyFound
);
162
Assert.Null(lexer.
UnexpectedlyFound
);
167
Assert.Null(lexer.
UnexpectedlyFound
);
172
Assert.Null(lexer.
UnexpectedlyFound
);
185
Assert.Null(lexer.
UnexpectedlyFound
);
190
Assert.Null(lexer.
UnexpectedlyFound
);