6 instantiations of XmlSchemaSimpleTypeList
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\SchemaExporter.cs (1)
447XmlSchemaSimpleTypeList list = new XmlSchemaSimpleTypeList();
System.Private.Xml (4)
System\Xml\Schema\DataTypeImplementation.cs (1)
203XmlSchemaSimpleTypeList listContent = new XmlSchemaSimpleTypeList();
System\Xml\Schema\XsdBuilder.cs (1)
1536builder._xso = builder._simpleTypeList = new XmlSchemaSimpleTypeList();
System\Xml\Serialization\XmlSchemaExporter.cs (2)
767XmlSchemaSimpleTypeList list = new XmlSchemaSimpleTypeList(); 1171XmlSchemaSimpleTypeList list = new XmlSchemaSimpleTypeList();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10581o = new global::System.Xml.Schema.XmlSchemaSimpleTypeList();
39 references to XmlSchemaSimpleTypeList
netstandard (1)
netstandard.cs (1)
2364[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
52if ((node.Content is XmlSchemaSimpleTypeList) ||
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\SchemaExporter.cs (1)
447XmlSchemaSimpleTypeList list = new XmlSchemaSimpleTypeList();
System\Runtime\Serialization\SchemaImporter.cs (4)
429else if (content is XmlSchemaSimpleTypeList) 430dataContract = ImportFlagsEnum(typeName, (XmlSchemaSimpleTypeList)content, simpleType.Annotation); 1170private EnumDataContract? ImportFlagsEnum(XmlQualifiedName typeName, XmlSchemaSimpleTypeList list, XmlSchemaAnnotation? annotation) 1179else if (content is XmlSchemaSimpleTypeList)
System.Private.Xml (24)
System\Xml\Schema\DataTypeImplementation.cs (3)
203XmlSchemaSimpleTypeList listContent = new XmlSchemaSimpleTypeList(); 927XmlSchemaSimpleTypeList? listType = simpleType.Content as XmlSchemaSimpleTypeList;
System\Xml\Schema\Preprocessor.cs (1)
1579else if (simpleType.Content is XmlSchemaSimpleTypeList list)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
532if (simpleType.Content is XmlSchemaSimpleTypeList list)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1246else if (simpleType.Content is XmlSchemaSimpleTypeList list)
System\Xml\Schema\SchemaSetCompiler.cs (1)
616if (simpleType.Content is XmlSchemaSimpleTypeList list)
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
19XmlElement("list", typeof(XmlSchemaSimpleTypeList)),
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (2)
38XmlSchemaSimpleTypeList newList = (XmlSchemaSimpleTypeList)MemberwiseClone();
System\Xml\Schema\XsdBuilder.cs (2)
651private XmlSchemaSimpleTypeList? _simpleTypeList; 1054_simpleTypeList = (XmlSchemaSimpleTypeList)container;
System\Xml\Serialization\ImportContext.cs (1)
319else if (content is XmlSchemaSimpleTypeList list)
System\Xml\Serialization\SchemaObjectWriter.cs (5)
473else if (t == typeof(XmlSchemaSimpleTypeList)) 475Write14_XmlSchemaSimpleTypeList((XmlSchemaSimpleTypeList)o); 573else if (o.@Content is XmlSchemaSimpleTypeList) 575Write14_XmlSchemaSimpleTypeList((XmlSchemaSimpleTypeList)o.@Content); 617private void Write14_XmlSchemaSimpleTypeList(XmlSchemaSimpleTypeList o)
System\Xml\Serialization\XmlSchemaExporter.cs (2)
767XmlSchemaSimpleTypeList list = new XmlSchemaSimpleTypeList(); 1171XmlSchemaSimpleTypeList list = new XmlSchemaSimpleTypeList();
System\Xml\Serialization\XmlSchemaImporter.cs (3)
1656else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is XmlSchemaSimpleTypeUnion) 1659if (dataType.Content is XmlSchemaSimpleTypeList list) 1840else if (content is XmlSchemaSimpleTypeList list)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
60return PrimeProduct(Type(((XmlSchemaSimpleTypeList)schemaType.Content!).BaseItemType!, isStrict), XmlQueryCardinality.ZeroOrMore);
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2921else if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleTypeList) { 2922Write17_XmlSchemaSimpleTypeList(@"list", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleTypeList)o.@Content), false, false); 2933private void Write17_XmlSchemaSimpleTypeList(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleTypeList o, bool isNullable, bool needType) { 2944if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleTypeList)) { 10558private global::System.Xml.Schema.XmlSchemaSimpleTypeList Read17_XmlSchemaSimpleTypeList(bool isNullable, bool checkType) { 10580global::System.Xml.Schema.XmlSchemaSimpleTypeList o;
System.Xml (1)
System.Xml.cs (1)
89[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
88[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeList))]