3 references to SymbolicRegexInfo
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexInfo.cs (3)
39
return new
SymbolicRegexInfo
(
158
return new
SymbolicRegexInfo
(i);
161
public static SymbolicRegexInfo Effect(SymbolicRegexInfo childInfo) => new
SymbolicRegexInfo
(childInfo._info | ContainsEffectMask);