2 references to IsBoundaryWordChar
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\RegexLexer.cs (1)
315while (Position < Text.Length && RegexCharClass.IsBoundaryWordChar(this.CurrentChar))
EmbeddedLanguages\RegularExpressions\RegexParser.cs (1)
1844if (!HasOption(_options, RegexOptions.ECMAScript) && RegexCharClass.IsBoundaryWordChar(ch))