8 references to IsAt
Microsoft.CodeAnalysis.Features (8)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
154
if (
IsAt
("(?#"))
EmbeddedLanguages\RegularExpressions\RegexParser.cs (7)
880
if (_lexer.
IsAt
("(?#"))
898
else if (_lexer.
IsAt
("(?'"))
904
else if (_lexer.
IsAt
("(?<"))
906
if (!_lexer.
IsAt
("(?<!") &&
907
!_lexer.
IsAt
("(?<="))
1286
if (_currentToken.Kind == RegexKind.MinusToken && !_lexer.
IsAt
("]"))
1529
_lexer.
IsAt
("["))