9 references to WordLetter
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\Symbolic\CharKind.cs (1)
43
WordLetter
=> @"\w",
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
297
return CharKind.
WordLetter
;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
102
if (SymbolicRegexMatcher<TSet>.NfaStateHandler.IsNullableFor(this, in statesWrapper, CharKind.
WordLetter
))
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (6)
294
is_nullable = ((CharKind.Prev(context) & CharKind.
WordLetter
) ^ (CharKind.Next(context) & CharKind.
WordLetter
)) != 0;
299
is_nullable = ((CharKind.Prev(context) & CharKind.
WordLetter
) ^ (CharKind.Next(context) & CharKind.
WordLetter
)) == 0;
2103
return (prevKind == CharKind.
WordLetter
? contWithNWL : contWithWL) ?
2110
return (prevKind == CharKind.
WordLetter
? contWithWL : contWithNWL) ?