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)
86
Assert.Equal("b", lexer.
UnexpectedlyFound
);
144
Assert.Null(lexer.
UnexpectedlyFound
);
149
Assert.Null(lexer.
UnexpectedlyFound
);
154
Assert.Null(lexer.
UnexpectedlyFound
);
159
Assert.Null(lexer.
UnexpectedlyFound
);
164
Assert.Null(lexer.
UnexpectedlyFound
);
169
Assert.Null(lexer.
UnexpectedlyFound
);
182
Assert.Null(lexer.
UnexpectedlyFound
);
187
Assert.Null(lexer.
UnexpectedlyFound
);