10 references to IsAt
Microsoft.CodeAnalysis.Features (10)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
154
if (
IsAt
("(?#"))
EmbeddedLanguages\RegularExpressions\RegexParser.cs (9)
879
if (_lexer.
IsAt
("(?#"))
897
else if (_lexer.
IsAt
("(?'"))
903
else if (_lexer.
IsAt
("(?<"))
905
if (!_lexer.
IsAt
("(?<!") &&
906
!_lexer.
IsAt
("(?<="))
1286
if (_currentToken.Kind == RegexKind.MinusToken && !_lexer.
IsAt
("]"))
1535
_lexer.
IsAt
("["))
1546
if (!afterRangeMinus && _currentToken.Kind == RegexKind.OpenBracketToken && _lexer.
IsAt
(":"))
1553
if (captureName.HasValue && _lexer.
IsAt
(":]"))