8 references to None
System.Text.RegularExpressions.Generator (8)
RegexGenerator.Emitter.cs (1)
89if (regexMethod.Options != RegexOptions.None)
RegexGenerator.Parser.cs (1)
141RegexOptions regexOptions = options is not null ? (RegexOptions)options : RegexOptions.None;
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexParser.cs (3)
223var parser = new RegexParser(input, RegexOptions.None, CultureInfo.InvariantCulture, new Hashtable(), 0, null, stackalloc int[OptionStackDefaultSize]); 1601_ => RegexOptions.None, 1718optionsFoundInPattern = RegexOptions.None;
UpgradeToGeneratedRegexAnalyzer.cs (1)
194_ = RegexParser.ParseOptionsInPattern((string)argument.Value.ConstantValue.Value!, RegexOptions.None);
UpgradeToGeneratedRegexCodeFixer.cs (2)
284RegexOptions regexOptions = regexOptionsValue is not null ? GetRegexOptionsFromArgument(operationArguments) : RegexOptions.None; 370RegexOptions.None :