4 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);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8663
o.
@ProcessContents
= Read38_XmlSchemaContentProcessing(Reader.Value);
5 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
;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3799
if (((global::System.Xml.Schema.XmlSchemaContentProcessing)o.
@ProcessContents
) != Xml.Schema.XmlSchemaContentProcessing.@None) {
3800
WriteAttribute(@"processContents", @"", Write38_XmlSchemaContentProcessing(((global::System.Xml.Schema.XmlSchemaContentProcessing)o.
@ProcessContents
)));