10 references to Unknown
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
59
LeadingAnchor = RegexNodeKind.
Unknown
;
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (9)
1344
return RegexNodeKind.
Unknown
;
1380
RegexNodeKind bestAnchorFound = RegexNodeKind.
Unknown
;
1424
if (bestAnchorFound is not RegexNodeKind.
Unknown
)
1449
anchor1 == RegexNodeKind.
Unknown
? anchor2 :
1450
anchor2 == RegexNodeKind.
Unknown
? anchor1 :
1482
if (anchor == RegexNodeKind.
Unknown
)
1484
return RegexNodeKind.
Unknown
;
1494
return RegexNodeKind.
Unknown
;
1504
return RegexNodeKind.
Unknown
;