7 instantiations of XmlSchemaSimpleContent
System.Private.Xml (6)
System\Xml\Schema\Inference\Infer.cs (3)
718XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 815XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 1243XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent();
System\Xml\Schema\XsdBuilder.cs (1)
1714builder._xso = builder._simpleContent = new XmlSchemaSimpleContent();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
994XmlSchemaSimpleContent model = new XmlSchemaSimpleContent(); 1099XmlSchemaSimpleContent model = new XmlSchemaSimpleContent();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
11931o = new global::System.Xml.Schema.XmlSchemaSimpleContent();
49 references to XmlSchemaSimpleContent
netstandard (1)
netstandard.cs (1)
2359[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContent))]
System.Data.Common (6)
System\Data\XMLSchema.cs (6)
605if (ct.ContentModel is XmlSchemaSimpleContent) 607XmlSchemaAnnotated? cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content; 1096Debug.Assert(ct.ContentModel is XmlSchemaSimpleContent, "expected simpleContent or complexContent"); 1097XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent)(ct.ContentModel)).Content!; 1156Debug.Assert(ct.ContentModel is XmlSchemaSimpleContent, "expected simpleContent or complexContent"); 1476bool isSimpleContent = ((node.ElementSchemaType!.BaseXmlSchemaType != null) || (ct != null && ct.ContentModel is XmlSchemaSimpleContent));
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
457if (contentModel is XmlSchemaSimpleContent)
System.Private.Xml (33)
System\Xml\Schema\Inference\Infer.cs (5)
718XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 815XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 981XmlSchemaSimpleContent? sc = ct.ContentModel as XmlSchemaSimpleContent; 1243XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent();
System\Xml\Schema\Preprocessor.cs (5)
1127XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)ctype.ContentModel; 1705if (complexType.ContentModel is XmlSchemaSimpleContent) 1707XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
332if (complexType.ContentModel is XmlSchemaSimpleContent simpleContent) 718if (complexType.ContentModel is XmlSchemaSimpleContent simpleContent)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
803XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)ctype.ContentModel; 1370if (complexType.ContentModel is XmlSchemaSimpleContent) 1372XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (2)
321if (complexType.ContentModel is XmlSchemaSimpleContent simpleContent) 809if (complexType.ContentModel is XmlSchemaSimpleContent simpleContent)
System\Xml\Schema\XmlSchemaComplexType.cs (5)
171[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)), 329XmlSchemaSimpleContent? simpleContent = complexType.ContentModel as XmlSchemaSimpleContent; 332XmlSchemaSimpleContent newSimpleContent = (XmlSchemaSimpleContent)simpleContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
647private XmlSchemaSimpleContent? _simpleContent; 1042_simpleContent = (XmlSchemaSimpleContent)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
448else if (t == typeof(XmlSchemaSimpleContent)) 450Write36_XmlSchemaSimpleContent((XmlSchemaSimpleContent)o); 822else if (o.@ContentModel is XmlSchemaSimpleContent) 824Write36_XmlSchemaSimpleContent((XmlSchemaSimpleContent)o.@ContentModel); 847private void Write36_XmlSchemaSimpleContent(XmlSchemaSimpleContent? o)
System\Xml\Serialization\XmlSchemaExporter.cs (2)
994XmlSchemaSimpleContent model = new XmlSchemaSimpleContent(); 1099XmlSchemaSimpleContent model = new XmlSchemaSimpleContent();
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3708if (o.@ContentModel is global::System.Xml.Schema.XmlSchemaSimpleContent) { 3709Write61_XmlSchemaSimpleContent(@"simpleContent", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContent)o.@ContentModel), false, false); 4287private void Write61_XmlSchemaSimpleContent(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleContent o, bool isNullable, bool needType) { 4298if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleContent)) { 11908private global::System.Xml.Schema.XmlSchemaSimpleContent Read61_XmlSchemaSimpleContent(bool isNullable, bool checkType) { 11930global::System.Xml.Schema.XmlSchemaSimpleContent o;
System.Xml (1)
System.Xml.cs (1)
84[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContent))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
83[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleContent))]