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;