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