8 references to IsAt
Microsoft.CodeAnalysis.Features (8)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
152
if (
IsAt
("(?#"))
EmbeddedLanguages\RegularExpressions\RegexParser.cs (7)
901
if (_lexer.
IsAt
("(?#"))
919
else if (_lexer.
IsAt
("(?'"))
925
else if (_lexer.
IsAt
("(?<"))
927
if (!_lexer.
IsAt
("(?<!") &&
928
!_lexer.
IsAt
("(?<="))
1307
if (_currentToken.Kind == RegexKind.MinusToken && !_lexer.
IsAt
("]"))
1550
_lexer.
IsAt
("["))