7 writes to ProcessContents
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (1)
71anyElement.ProcessContents = processContents;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2020builder._anyElement.ProcessContents = (XmlSchemaContentProcessing)builder.ParseEnum(value, "processContents", s_processContentsStringValues);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaExporter.cs (1)
490any.ProcessContents = XmlSchemaContentProcessing.Lax;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaExporter.cs (3)
94any.ProcessContents = XmlSchemaContentProcessing.Lax; 107any.ProcessContents = XmlSchemaContentProcessing.Lax; 149iSerializableWildcardElement.ProcessContents = XmlSchemaContentProcessing.Skip;
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
11880o.@ProcessContents = Read38_XmlSchemaContentProcessing(Reader.Value);
7 references to ProcessContents
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (2)
1158XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (3)
880if (wildcard.ProcessContents != iSerializableWildcardElement.ProcessContents) 881ThrowISerializableTypeCannotBeImportedException(typeName.Name, typeName.Namespace, string.Format(SRSerialization.ISerializableWildcardProcessContentsInvalid, iSerializableWildcardElement.ProcessContents));
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (2)
2787if (((Microsoft.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents) != Microsoft.Xml.Schema.XmlSchemaContentProcessing.@None) 2789WriteAttribute(@"processContents", @"", Write38_XmlSchemaContentProcessing(((Microsoft.Xml.Schema.XmlSchemaContentProcessing)o.@ProcessContents)));