6 instantiations of XmlSchemaSimpleContentExtension
System.Private.Xml (6)
System\Xml\Schema\Inference\Infer.cs (3)
720XmlSchemaSimpleContentExtension sce = new XmlSchemaSimpleContentExtension(); 817XmlSchemaSimpleContentExtension sce = new XmlSchemaSimpleContentExtension(); 1245XmlSchemaSimpleContentExtension sce = new XmlSchemaSimpleContentExtension();
System\Xml\Schema\XsdBuilder.cs (1)
1733builder._xso = builder._simpleContentExtension = new XmlSchemaSimpleContentExtension();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
995XmlSchemaSimpleContentExtension extension = new XmlSchemaSimpleContentExtension(); 1100XmlSchemaSimpleContentExtension ex = new XmlSchemaSimpleContentExtension();
55 references to XmlSchemaSimpleContentExtension
netstandard (1)
netstandard.cs (1)
2360[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))]
System.Data.Common (2)
System\Data\XMLSchema.cs (2)
608if (cContent is XmlSchemaSimpleContentExtension ccExtension) 1104if (cContent is XmlSchemaSimpleContentExtension ccExtension)
System.Private.Xml (50)
System\Xml\Schema\Inference\Infer.cs (15)
671XmlSchemaSimpleContentExtension sce = CheckSimpleContentExtension(ct); 711XmlSchemaSimpleContentExtension sce = CheckSimpleContentExtension(ct); 720XmlSchemaSimpleContentExtension sce = new XmlSchemaSimpleContentExtension(); 752XmlSchemaSimpleContentExtension sce = CheckSimpleContentExtension(ct); 790XmlSchemaSimpleContentExtension sce = CheckSimpleContentExtension(ct); 817XmlSchemaSimpleContentExtension sce = new XmlSchemaSimpleContentExtension(); 913XmlSchemaSimpleContentExtension sce = CheckSimpleContentExtension(ct); 979private static XmlSchemaSimpleContentExtension CheckSimpleContentExtension(XmlSchemaComplexType ct) 986XmlSchemaSimpleContentExtension? sce = sc.Content as XmlSchemaSimpleContentExtension; 1245XmlSchemaSimpleContentExtension sce = new XmlSchemaSimpleContentExtension(); 1256XmlSchemaSimpleContentExtension sce = CheckSimpleContentExtension(ct); 1280private static void MoveAttributes(XmlSchemaSimpleContentExtension scExtension, XmlSchemaComplexType ct) 1290private static void MoveAttributes(XmlSchemaComplexType ct, XmlSchemaSimpleContentExtension simpleContentExtension, bool bCreatingNewType) 1405XmlSchemaSimpleContentExtension xssce = CheckSimpleContentExtension(ct);
System\Xml\Schema\Preprocessor.cs (2)
1134baseName = ((XmlSchemaSimpleContentExtension)content.Content!).BaseTypeName; 1724if (content.Content is XmlSchemaSimpleContentExtension contentExtension)
System\Xml\Schema\SchemaCollectionCompiler.cs (4)
334if (simpleContent.Content is XmlSchemaSimpleContentExtension simpleExtension) 721if (simpleContent.Content is XmlSchemaSimpleContentExtension) 723CompileSimpleContentExtension(complexType, (XmlSchemaSimpleContentExtension)simpleContent.Content); 801private void CompileSimpleContentExtension(XmlSchemaComplexType complexType, XmlSchemaSimpleContentExtension simpleExtension)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
810baseName = ((XmlSchemaSimpleContentExtension)content.Content!).BaseTypeName; 1389if (content.Content is XmlSchemaSimpleContentExtension contentExtension)
System\Xml\Schema\SchemaSetCompiler.cs (4)
323if (simpleContent.Content is XmlSchemaSimpleContentExtension simpleExtension) 812if (simpleContent.Content is XmlSchemaSimpleContentExtension) 814CompileSimpleContentExtension(complexType, (XmlSchemaSimpleContentExtension)simpleContent.Content); 879private void CompileSimpleContentExtension(XmlSchemaComplexType complexType, XmlSchemaSimpleContentExtension simpleExtension)
System\Xml\Schema\XmlSchemaComplexType.cs (6)
283else if (_contentModel.Content is XmlSchemaSimpleContentExtension) 284return ((XmlSchemaSimpleContentExtension)_contentModel.Content).BaseTypeName; 334XmlSchemaSimpleContentExtension? simpleExt = simpleContent.Content as XmlSchemaSimpleContentExtension; 337XmlSchemaSimpleContentExtension newSimpleExt = (XmlSchemaSimpleContentExtension)simpleExt.Clone();
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
13XmlElement("extension", typeof(XmlSchemaSimpleContentExtension))]
System\Xml\Schema\XsdBuilder.cs (2)
648private XmlSchemaSimpleContentExtension? _simpleContentExtension; 1045_simpleContentExtension = (XmlSchemaSimpleContentExtension)container;
System\Xml\Serialization\ImportContext.cs (1)
293else if (content is XmlSchemaSimpleContentExtension simple)
System\Xml\Serialization\SchemaObjectWriter.cs (5)
438else if (t == typeof(XmlSchemaSimpleContentExtension)) 440Write38_XmlSchemaSimpleContentExtension((XmlSchemaSimpleContentExtension)o); 859else if (o.@Content is XmlSchemaSimpleContentExtension) 861Write38_XmlSchemaSimpleContentExtension((XmlSchemaSimpleContentExtension)o.@Content); 866private void Write38_XmlSchemaSimpleContentExtension(XmlSchemaSimpleContentExtension o)
System\Xml\Serialization\XmlSchemaExporter.cs (7)
678else if (type.ContentModel.Content is XmlSchemaSimpleContentExtension) 679attributes = ((XmlSchemaSimpleContentExtension)type.ContentModel.Content).Attributes; 717else if (type.ContentModel.Content is XmlSchemaSimpleContentExtension) 719XmlSchemaSimpleContentExtension extension = (XmlSchemaSimpleContentExtension)content!; 995XmlSchemaSimpleContentExtension extension = new XmlSchemaSimpleContentExtension(); 1100XmlSchemaSimpleContentExtension ex = new XmlSchemaSimpleContentExtension();
System\Xml\Serialization\XmlSchemaImporter.cs (1)
726else if (content is XmlSchemaSimpleContentExtension simple)
System.Xml (1)
System.Xml.cs (1)
85[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContentExtension))]