3 references to Newline
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\CharKind.cs (1)
41Newline => @"\n",
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
291return CharKind.Newline;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
96if (SymbolicRegexMatcher<TSet>.NfaStateHandler.IsNullableFor(this, in statesWrapper, CharKind.Newline))