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