Base:
property
Content
System.Xml.Schema.XmlSchemaContentModel.Content
13 writes to @Content
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
89innerContent.Content = innerExt;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
503scopesTypeContent.Content = scopesTypeContentExtension;
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
9703o.@Content = Read59_Item(false, true); 9707o.@Content = Read60_Item(false, true);
System.Xml (9)
System\Xml\Schema\Inference\Infer.cs (3)
737sc.Content = sce; 834sc.Content = sce; 1260sc.Content = sce;
System\Xml\Schema\XmlSchemaComplexType.cs (2)
373newSimpleContent.Content = newSimpleExt; 380newSimpleContent.Content = newSimpleRest;
System\Xml\Schema\XsdBuilder.cs (2)
1608builder.simpleContent.Content = builder.simpleContentExtension; 1629builder.simpleContent.Content = builder.simpleContentRestriction;
System\Xml\Serialization\XmlSchemaExporter.cs (2)
887model.Content = extension; 972model.Content = ex;
47 references to @Content
System.Data (2)
fx\src\data\System\Data\XMLSchema.cs (2)
529XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent) (ct.ContentModel)).Content; 929XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent) (ct.ContentModel)).Content;
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3678if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleContentExtension) { 3679Write60_Item(@"extension", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContentExtension)o.@Content), false, false); 3681else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleContentRestriction) { 3682Write59_Item(@"restriction", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContentRestriction)o.@Content), false, false); 3685if (o.@Content != null) { 3686throw CreateUnknownTypeException(o.@Content);
System.Xml (39)
System\Xml\Schema\Inference\Infer.cs (1)
1003XmlSchemaSimpleContentExtension sce = sc.Content as XmlSchemaSimpleContentExtension;
System\Xml\Schema\Preprocessor.cs (9)
962if (content.Content is XmlSchemaSimpleContentRestriction) { 963baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 966baseName = ((XmlSchemaSimpleContentExtension)content.Content).BaseTypeName; 1415if (content.Content == null) { 1424SetParent(content.Content, content); //simplecontent extension / restriction 1425PreprocessAnnotation(content.Content); //annotation child of simple extension / restriction 1427if (content.Content is XmlSchemaSimpleContentExtension) { 1428XmlSchemaSimpleContentExtension contentExtension = (XmlSchemaSimpleContentExtension)content.Content; 1439XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
259if (simpleContent.Content is XmlSchemaSimpleContentExtension) { 260XmlSchemaSimpleContentExtension simpleExtension = (XmlSchemaSimpleContentExtension)simpleContent.Content; 264XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content; 569if (simpleContent.Content is XmlSchemaSimpleContentExtension) { 570CompileSimpleContentExtension(complexType, (XmlSchemaSimpleContentExtension)simpleContent.Content); 573CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (9)
654if (content.Content is XmlSchemaSimpleContentRestriction) { 655baseName = ((XmlSchemaSimpleContentRestriction)content.Content).BaseTypeName; 658baseName = ((XmlSchemaSimpleContentExtension)content.Content).BaseTypeName; 1101if (content.Content == null) { 1110SetParent(content.Content, content); //simplecontent extension / restriction 1111PreprocessAnnotation(content.Content); //annotation child of simple extension / restriction 1113if (content.Content is XmlSchemaSimpleContentExtension) { 1114XmlSchemaSimpleContentExtension contentExtension = (XmlSchemaSimpleContentExtension)content.Content; 1125XmlSchemaSimpleContentRestriction contentRestriction = (XmlSchemaSimpleContentRestriction)content.Content;
System\Xml\Schema\SchemaSetCompiler.cs (6)
247if (simpleContent.Content is XmlSchemaSimpleContentExtension) { 248XmlSchemaSimpleContentExtension simpleExtension = (XmlSchemaSimpleContentExtension)simpleContent.Content; 252XmlSchemaSimpleContentRestriction simpleRestriction = (XmlSchemaSimpleContentRestriction)simpleContent.Content; 637if (simpleContent.Content is XmlSchemaSimpleContentExtension) { 638CompileSimpleContentExtension(complexType, (XmlSchemaSimpleContentExtension)simpleContent.Content); 641CompileSimpleContentRestriction(complexType, (XmlSchemaSimpleContentRestriction)simpleContent.Content);
System\Xml\Schema\XmlSchemaComplexType.cs (2)
368XmlSchemaSimpleContentExtension simpleExt = simpleContent.Content as XmlSchemaSimpleContentExtension; 376XmlSchemaSimpleContentRestriction simpleRest = (XmlSchemaSimpleContentRestriction)simpleContent.Content;
System\Xml\Schema\XsdBuilder.cs (2)
1604if (builder.simpleContent.Content != null) { 1625if (builder.simpleContent.Content != null) {
System\Xml\Serialization\SchemaObjectWriter.cs (4)
710if (o.@Content is XmlSchemaSimpleContentRestriction) { 711Write40_XmlSchemaSimpleContentRestriction((XmlSchemaSimpleContentRestriction)o.@Content); 713else if (o.@Content is XmlSchemaSimpleContentExtension) { 714Write38_XmlSchemaSimpleContentExtension((XmlSchemaSimpleContentExtension)o.@Content);