1 write to IgnoreCase
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
5475o.@IgnoreCase = System.Xml.XmlConvert.ToBoolean(Reader.Value);
4 references to IgnoreCase
System.Web.Services (4)
System\Web\Services\Description\MimeTextImporter.cs (3)
74if (match.IgnoreCase) 91if (match.IgnoreCase) { 92propertyValues[numPropValues] = new CodePrimitiveExpression(match.IgnoreCase);
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
815WriteAttribute(@"ignoreCase", @"", System.Xml.XmlConvert.ToString((global::System.Boolean)((global::System.Boolean)o.@IgnoreCase)));