6 references to IgnorePatternWhitespace
System (2)
regex\system\text\regularexpressions\RegexParser.cs (2)
1494return RegexOptions.IgnorePatternWhitespace; 1784return(_options & RegexOptions.IgnorePatternWhitespace) != 0;
System.Activities (1)
System\Activities\WorkflowIdentity.cs (1)
24$", RegexOptions.IgnorePatternWhitespace);
System.Web.DataVisualization (1)
Common\General\ImageMap.cs (1)
499_mapAttributesRegex = new Regex(@"\s?(?<name>(\w+))\s?=\s?""(?<value>[^""]+)""\s?", RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled);
System.Web.Services (1)
System\Web\Services\Discovery\LinkGrep.cs (1)
176RegexOptions.IgnoreCase | RegexOptions.Multiline | RegexOptions.IgnorePatternWhitespace
System.Windows.Forms.DataVisualization (1)
Common\General\ImageMap.cs (1)
499_mapAttributesRegex = new Regex(@"\s?(?<name>(\w+))\s?=\s?""(?<value>[^""]+)""\s?", RegexOptions.IgnoreCase | RegexOptions.Singleline | RegexOptions.IgnorePatternWhitespace | RegexOptions.Compiled);