9 instantiations of XmlSchemaSimpleContent
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
88XmlSchemaSimpleContent innerContent = new XmlSchemaSimpleContent();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
482XmlSchemaSimpleContent scopesTypeContent = new XmlSchemaSimpleContent();
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9666o = new global::System.Xml.Schema.XmlSchemaSimpleContent();
System.Xml (6)
System\Xml\Schema\Inference\Infer.cs (3)
734XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 831XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 1257XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent();
System\Xml\Schema\XsdBuilder.cs (1)
1590builder.xso = builder.simpleContent = new XmlSchemaSimpleContent();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
884XmlSchemaSimpleContent model = new XmlSchemaSimpleContent(); 970XmlSchemaSimpleContent model = new XmlSchemaSimpleContent();
58 references to XmlSchemaSimpleContent
System.Data (6)
fx\src\data\System\Data\XMLSchema.cs (6)
528if (ct.ContentModel is XmlSchemaSimpleContent){ 529XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent) (ct.ContentModel)).Content; 928Debug.Assert(ct.ContentModel is XmlSchemaSimpleContent, "expected simpleContent or complexContent"); 929XmlSchemaAnnotated cContent = ((XmlSchemaSimpleContent) (ct.ContentModel)).Content; 976Debug.Assert(ct.ContentModel is XmlSchemaSimpleContent, "expected simpleContent or complexContent"); 1271bool isSimpleContent = ((node.ElementSchemaType.BaseXmlSchemaType != null) ||(ct != null && ct.ContentModel is XmlSchemaSimpleContent));
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
462if (contentModel is XmlSchemaSimpleContent)
System.ServiceModel (1)
System\ServiceModel\Dispatcher\XPathMessageFilter.cs (1)
88XmlSchemaSimpleContent innerContent = new XmlSchemaSimpleContent();
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
482XmlSchemaSimpleContent scopesTypeContent = new XmlSchemaSimpleContent();
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
27{ typeof(XmlSchemaSimpleContent), ContentHandler }, 77{ typeof(XmlSchemaSimpleContent), ContentHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
3143if (o.@ContentModel is global::System.Xml.Schema.XmlSchemaSimpleContent) { 3144Write61_XmlSchemaSimpleContent(@"simpleContent", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleContent)o.@ContentModel), false, false); 3650void Write61_XmlSchemaSimpleContent(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleContent o, bool isNullable, bool needType) { 3657if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleContent)) { 9653global::System.Xml.Schema.XmlSchemaSimpleContent Read61_XmlSchemaSimpleContent(bool isNullable, bool checkType) { 9665global::System.Xml.Schema.XmlSchemaSimpleContent o;
System.Xml (41)
System\Xml\Schema\Inference\Infer.cs (5)
734XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 831XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent(); 999XmlSchemaSimpleContent sc = ct.ContentModel as XmlSchemaSimpleContent; 1257XmlSchemaSimpleContent sc = new XmlSchemaSimpleContent();
System\Xml\Schema\Preprocessor.cs (5)
961XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)ctype.ContentModel; 1413if (complexType.ContentModel is XmlSchemaSimpleContent) { 1414XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionCompiler.cs (6)
257if (complexType.ContentModel is XmlSchemaSimpleContent) { 258XmlSchemaSimpleContent simpleContent = (XmlSchemaSimpleContent)complexType.ContentModel; 566if (complexType.ContentModel is XmlSchemaSimpleContent) { 567XmlSchemaSimpleContent simpleContent = (XmlSchemaSimpleContent)complexType.ContentModel;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
653XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)ctype.ContentModel; 1099if (complexType.ContentModel is XmlSchemaSimpleContent) { 1100XmlSchemaSimpleContent content = (XmlSchemaSimpleContent)complexType.ContentModel;
System\Xml\Schema\SchemaSetCompiler.cs (6)
245if (complexType.ContentModel is XmlSchemaSimpleContent) { 246XmlSchemaSimpleContent simpleContent = (XmlSchemaSimpleContent)complexType.ContentModel; 634if (complexType.ContentModel is XmlSchemaSimpleContent) { 635XmlSchemaSimpleContent simpleContent = (XmlSchemaSimpleContent)complexType.ContentModel;
System\Xml\Schema\XmlSchemaComplexType.cs (5)
178[XmlElement("simpleContent", typeof(XmlSchemaSimpleContent)), 364XmlSchemaSimpleContent simpleContent = complexType.ContentModel as XmlSchemaSimpleContent; 366XmlSchemaSimpleContent newSimpleContent = (XmlSchemaSimpleContent)simpleContent.Clone();
System\Xml\Schema\XsdBuilder.cs (2)
645private XmlSchemaSimpleContent simpleContent; 1004this.simpleContent = (XmlSchemaSimpleContent)container;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
370else if (t == typeof(XmlSchemaSimpleContent)) { 371Write36_XmlSchemaSimpleContent((XmlSchemaSimpleContent)o); 683else if (o.@ContentModel is XmlSchemaSimpleContent) { 684Write36_XmlSchemaSimpleContent((XmlSchemaSimpleContent)o.@ContentModel); 703void Write36_XmlSchemaSimpleContent(XmlSchemaSimpleContent o) {
System\Xml\Serialization\XmlSchemaExporter.cs (2)
884XmlSchemaSimpleContent model = new XmlSchemaSimpleContent(); 970XmlSchemaSimpleContent model = new XmlSchemaSimpleContent();