1 reference to IgnoreCase
System.Web.Services (1)
System\Web\Services\Protocols\PatternMatcher.cs (1)
187member.regex = new Regex(attr.Pattern, RegexOptions.Singleline | (attr.IgnoreCase ? RegexOptions.IgnoreCase | RegexOptions.CultureInvariant : 0));