10 references to IsAt
Microsoft.CodeAnalysis.Features (10)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
154
if (
IsAt
("(?#"))
EmbeddedLanguages\RegularExpressions\RegexParser.cs (9)
878
if (_lexer.
IsAt
("(?#"))
896
else if (_lexer.
IsAt
("(?'"))
902
else if (_lexer.
IsAt
("(?<"))
904
if (!_lexer.
IsAt
("(?<!") &&
905
!_lexer.
IsAt
("(?<="))
1284
if (_currentToken.Kind == RegexKind.MinusToken && !_lexer.
IsAt
("]"))
1533
_lexer.
IsAt
("["))
1544
if (!afterRangeMinus && _currentToken.Kind == RegexKind.OpenBracketToken && _lexer.
IsAt
(":"))
1551
if (captureName.HasValue && _lexer.
IsAt
(":]"))