10 references to Unknown
System.Text.RegularExpressions (10)
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
59
LeadingAnchor = RegexNodeKind.
Unknown
;
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (9)
1320
return RegexNodeKind.
Unknown
;
1358
RegexNodeKind bestAnchorFound = RegexNodeKind.
Unknown
;
1401
if (bestAnchorFound is not RegexNodeKind.
Unknown
)
1426
anchor1 == RegexNodeKind.
Unknown
? anchor2 :
1427
anchor2 == RegexNodeKind.
Unknown
? anchor1 :
1459
if (anchor == RegexNodeKind.
Unknown
)
1461
return RegexNodeKind.
Unknown
;
1471
return RegexNodeKind.
Unknown
;
1481
return RegexNodeKind.
Unknown
;