12 references to Unknown
System.Text.RegularExpressions.Generator (12)
RegexGenerator.Emitter.cs (2)
687
rm.Tree.FindOptimizations.LeadingAnchor != RegexNodeKind.
Unknown
||
688
rm.Tree.FindOptimizations.TrailingAnchor != RegexNodeKind.
Unknown
;
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
59
LeadingAnchor = RegexNodeKind.
Unknown
;
src\libraries\System.Text.RegularExpressions\src\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
;