4 writes to ProcessContents
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
84anyAttribute.ProcessContents = o1.ProcessContents;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
85anyAttribute.ProcessContents = processContents;
System\Xml\Schema\XsdBuilder.cs (1)
1884builder._anyAttribute!.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8663o.@ProcessContents = Read38_XmlSchemaContentProcessing(Reader.Value);
5 references to ProcessContents
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
84anyAttribute.ProcessContents = o1.ProcessContents;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
779XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3799if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Xml.Schema.XmlSchemaContentProcessing.@None) { 3800WriteAttribute(@"processContents", @"", Write38_XmlSchemaContentProcessing(((global::System.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents)));