3 writes to ProcessContents
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
84
anyAttribute.
ProcessContents
= o1.ProcessContents;
System\Xml\Schema\XmlSchemaComplexType.cs (1)
85
anyAttribute.
ProcessContents
= processContents;
System\Xml\Schema\XsdBuilder.cs (1)
1884
builder._anyAttribute!.
ProcessContents
= (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);
3 references to ProcessContents
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
84
anyAttribute.ProcessContents = o1.
ProcessContents
;
System\Xml\Serialization\SchemaObjectWriter.cs (2)
779
XmlSchemaContentProcessing process = o.
@ProcessContents
== XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.
@ProcessContents
;