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