4 writes to ProcessContents
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (1)
101anyAttribute.ProcessContents = o1.ProcessContents;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
93anyAttribute.ProcessContents = processContents;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1889builder._anyAttribute.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
8754o.@ProcessContents = Read38_XmlSchemaContentProcessing(Reader.Value);
5 references to ProcessContents
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAnyAttribute.cs (1)
101anyAttribute.ProcessContents = o1.ProcessContents;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
780XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
4077if (((Microsoft.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Microsoft.Xml.Schema.XmlSchemaContentProcessing.@None) 4079WriteAttribute(@"processContents", @"", Write38_XmlSchemaContentProcessing(((Microsoft.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents)));