1 write to _inLoops
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
33
(results.
_inLoops
??= new HashSet<RegexNode>()).Add(node);
1 reference to _inLoops
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexTreeAnalyzer.cs (1)
224
public bool IsInLoop(RegexNode node) => !_complete || (
_inLoops
?.Contains(node) ?? false);