2 references to IsEscapeCategoryChar
Microsoft.CodeAnalysis.CSharp.EditorFeatures2.UnitTests (1)
EmbeddedLanguages\RegularExpressions\CSharpRegexParserTests.cs (1)
379
Assert.True(RegexLexer.
IsEscapeCategoryChar
(VirtualChar.Create(new Rune(ch), new TextSpan(0, 1))));
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
234
while (Position < Text.Length &&
IsEscapeCategoryChar
(this.CurrentChar))