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