2 instantiations of XmlSchemaSimpleTypeUnion
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7540o = new global::System.Xml.Schema.XmlSchemaSimpleTypeUnion();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1408builder.xso = builder.simpleTypeUnion = new XmlSchemaSimpleTypeUnion();
36 references to XmlSchemaSimpleTypeUnion
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
89(node.Content is XmlSchemaSimpleTypeUnion))
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
64XmlSchemaSimpleType[] baseMemberTypes = ((XmlSchemaSimpleTypeUnion) schemaType.Content).BaseMemberTypes;
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
430if (content is XmlSchemaSimpleTypeUnion) 1182if (content is XmlSchemaSimpleTypeUnion)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
65{ typeof(XmlSchemaSimpleTypeUnion), ErrorHandler }, 115{ typeof(XmlSchemaSimpleTypeUnion), ErrorHandler },
System.Web.Services (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2482if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleTypeUnion) { 2483Write33_XmlSchemaSimpleTypeUnion(@"union", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleTypeUnion)o.@Content), false, false); 3023void Write33_XmlSchemaSimpleTypeUnion(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleTypeUnion o, bool isNullable, bool needType) { 3030if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleTypeUnion)) { 7527global::System.Xml.Schema.XmlSchemaSimpleTypeUnion Read33_XmlSchemaSimpleTypeUnion(bool isNullable, bool checkType) { 7539global::System.Xml.Schema.XmlSchemaSimpleTypeUnion o;
System.Xml (23)
System\Xml\Schema\Preprocessor.cs (2)
1335XmlSchemaSimpleTypeUnion union1 = (XmlSchemaSimpleTypeUnion)simpleType.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
502XmlSchemaSimpleTypeUnion mainUnion = (XmlSchemaSimpleTypeUnion)simpleType.Content;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1023XmlSchemaSimpleTypeUnion union1 = (XmlSchemaSimpleTypeUnion)simpleType.Content;
System\Xml\Schema\SchemaSetCompiler.cs (2)
569XmlSchemaSimpleTypeUnion mainUnion = (XmlSchemaSimpleTypeUnion)simpleType.Content;
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
32XmlElement("union", typeof(XmlSchemaSimpleTypeUnion))]
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (2)
50XmlSchemaSimpleTypeUnion newUnion = (XmlSchemaSimpleTypeUnion)MemberwiseClone();
System\Xml\Schema\XmlValueConverter.cs (1)
3318XmlSchemaSimpleType[] memberTypes = ((XmlSchemaSimpleTypeUnion) ((XmlSchemaSimpleType) schemaType).Content).BaseMemberTypes;
System\Xml\Schema\XsdBuilder.cs (2)
648private XmlSchemaSimpleTypeUnion simpleTypeUnion; 1013this.simpleTypeUnion = (XmlSchemaSimpleTypeUnion)container;
System\Xml\Serialization\ImportContext.cs (2)
352else if (t == typeof(XmlSchemaSimpleTypeUnion)) { 353XmlQualifiedName[] memberTypes = ((XmlSchemaSimpleTypeUnion)item).MemberTypes;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
394else if (t == typeof(XmlSchemaSimpleTypeUnion)) { 395Write12_XmlSchemaSimpleTypeUnion((XmlSchemaSimpleTypeUnion)o); 467if (o.@Content is XmlSchemaSimpleTypeUnion) { 468Write12_XmlSchemaSimpleTypeUnion((XmlSchemaSimpleTypeUnion)o.@Content); 483void Write12_XmlSchemaSimpleTypeUnion(XmlSchemaSimpleTypeUnion o) {
System\Xml\Serialization\SoapSchemaImporter.cs (1)
527else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is XmlSchemaSimpleTypeUnion) {
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1566else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is XmlSchemaSimpleTypeUnion) {
System.Xml.Linq (1)
System\Xml\Linq\XNodeValidator.cs (1)
87foreach (XmlSchemaSimpleType mt in ((XmlSchemaSimpleTypeUnion)st.Content).BaseMemberTypes) {