1 write to _anyChar
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexBuilder.cs (1)
147
_anyChar
= SymbolicRegexNode<TSet>.CreateTrue(this);
3 references to _anyChar
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexBuilder.cs (3)
148
_anyStar = SymbolicRegexNode<TSet>.CreateLoop(this,
_anyChar
, 0, int.MaxValue, isLazy: false);
149
_anyStarLazy = SymbolicRegexNode<TSet>.CreateLoop(this,
_anyChar
, 0, int.MaxValue, isLazy: true);
153
_singletonCache[_solver.Full] =
_anyChar
;