3 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);
3 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;