8 references to IsAt
Microsoft.CodeAnalysis.Features (8)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
154
if (
IsAt
("(?#"))
EmbeddedLanguages\RegularExpressions\RegexParser.cs (7)
881
if (_lexer.
IsAt
("(?#"))
899
else if (_lexer.
IsAt
("(?'"))
905
else if (_lexer.
IsAt
("(?<"))
907
if (!_lexer.
IsAt
("(?<!") &&
908
!_lexer.
IsAt
("(?<="))
1287
if (_currentToken.Kind == RegexKind.MinusToken && !_lexer.
IsAt
("]"))
1530
_lexer.
IsAt
("["))