4 references to NewLineS
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\CharKind.cs (1)
42
NewLineS
=> @"\A\n",
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
282
return CharKind.
NewLineS
;
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (2)
283
is_nullable = (CharKind.Prev(context) & CharKind.
NewLineS
) != 0;
289
is_nullable = (CharKind.Next(context) & CharKind.
NewLineS
) != 0;