Base:
property
Content
System.Xml.Schema.XmlSchemaContentModel.Content
11 writes to Content
System.Private.Xml (9)
System\Xml\Schema\Inference\Infer.cs (3)
721sc.Content = sce; 818sc.Content = sce; 1246sc.Content = sce;
System\Xml\Schema\XmlSchemaComplexType.cs (2)
340newSimpleContent.Content = newSimpleExt; 348newSimpleContent.Content = newSimpleRest;
System\Xml\Schema\XsdBuilder.cs (2)
1734builder._simpleContent.Content = builder._simpleContentExtension; 1758builder._simpleContent.Content = builder._simpleContentRestriction;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
997model.Content = extension; 1101model.Content = ex;
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
11970o.@Content = Read59_Item(false, true); 11974o.@Content = Read60_Item(false, true);
43 references to Content
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
607XmlSchemaAnnotated? cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content; 1097XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content!;
System.Private.Xml (35)
System\Xml\Schema\Inference\Infer.cs (1)
986XmlSchemaSimpleContentExtension? sce = sc.Content as XmlSchemaSimpleContentExtension;
System\Xml\Schema\Preprocessor.cs (8)
1128if (content.Content is XmlSchemaSimpleContentRestriction) 1130baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 1134baseName = ((XmlSchemaSimpleContentExtension)content.Content!).BaseTypeName; 1708if (content.Content == null) 1721SetParent(content.Content, content); //simplecontent extension / restriction 1722PreprocessAnnotation(content.Content); //annotation child of simple extension / restriction 1724if (content.Content is XmlSchemaSimpleContentExtension contentExtension) 1739XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (5)
334if (simpleContent.Content is XmlSchemaSimpleContentExtension simpleExtension) 340XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content!; 721if (simpleContent.Content is XmlSchemaSimpleContentExtension) 723CompileSimpleContentExtension(complexType, (XmlSchemaSimpleContentExtension)simpleContent.Content); 727CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content!);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (8)
804if (content.Content is XmlSchemaSimpleContentRestriction) 806baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 810baseName = ((XmlSchemaSimpleContentExtension)content.Content!).BaseTypeName; 1373if (content.Content == null) 1386SetParent(content.Content, content); //simplecontent extension / restriction 1387PreprocessAnnotation(content.Content); //annotation child of simple extension / restriction 1389if (content.Content is XmlSchemaSimpleContentExtension contentExtension) 1404XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (5)
323if (simpleContent.Content is XmlSchemaSimpleContentExtension simpleExtension) 329XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content!; 812if (simpleContent.Content is XmlSchemaSimpleContentExtension) 814CompileSimpleContentExtension(complexType, (XmlSchemaSimpleContentExtension)simpleContent.Content); 818CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content!);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
334XmlSchemaSimpleContentExtension? simpleExt = simpleContent.Content as XmlSchemaSimpleContentExtension; 344XmlSchemaSimpleContentRestriction simpleRest = (XmlSchemaSimpleContentRestriction)simpleContent.Content!;
System\Xml\Schema\XsdBuilder.cs (2)
1729if (builder._simpleContent!.Content != null) 1753if (builder._simpleContent!.Content != null)
System\Xml\Serialization\SchemaObjectWriter.cs (4)
855if (o.@Content is XmlSchemaSimpleContentRestriction) 857Write40_XmlSchemaSimpleContentRestriction((XmlSchemaSimpleContentRestriction)o.@Content); 859else if (o.@Content is XmlSchemaSimpleContentExtension) 861Write38_XmlSchemaSimpleContentExtension((XmlSchemaSimpleContentExtension)o.@Content);
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
4323if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleContentExtension) { 4324Write60_Item(@"extension", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContentExtension)o.@Content), false, false); 4326else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleContentRestriction) { 4327Write59_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContentRestriction)o.@Content), false, false); 4330if (o.@Content != null) { 4331throw CreateUnknownTypeException(o.@Content);