10 writes to ProcessContents
System.Data.Services.Design (1)
System\Data\EntityModel\EntityClassGenerator.cs (1)
321complexType.AnyAttribute.ProcessContents = XmlSchemaContentProcessing.Lax;
System.ServiceModel.Discovery (5)
System\ServiceModel\Discovery\SchemaUtility.cs (5)
256anyAttribue.ProcessContents = XmlSchemaContentProcessing.Lax; 309anyAttribue.ProcessContents = XmlSchemaContentProcessing.Lax; 369anyAttribue.ProcessContents = XmlSchemaContentProcessing.Lax; 412anyAttribue.ProcessContents = XmlSchemaContentProcessing.Lax; 496anyAttribute.ProcessContents = XmlSchemaContentProcessing.Lax;
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7032o.@ProcessContents = Read38_XmlSchemaContentProcessing(Reader.Value);
System.Xml (3)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
85anyAttribute.ProcessContents = o1.ProcessContents;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
90anyAttribute.ProcessContents = processContents;
System\Xml\Schema\XsdBuilder.cs (1)
1738builder.anyAttribute.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", ProcessContentsStringValues);
5 references to ProcessContents
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3226if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != global::System.Xml.Schema.XmlSchemaContentProcessing.@None) { 3227WriteAttribute(@"processContents", @"", Write38_XmlSchemaContentProcessing(((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents)));
System.Xml (3)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
85anyAttribute.ProcessContents = o1.ProcessContents;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
646XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;