2 instantiations of XmlSchemaSimpleTypeUnion
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1502builder._xso = builder._simpleTypeUnion = new XmlSchemaSimpleTypeUnion();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9269o = new global::System.Xml.Schema.XmlSchemaSimpleTypeUnion();
36 references to XmlSchemaSimpleTypeUnion
netstandard (1)
netstandard.cs (1)
2366[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
53(node.Content is XmlSchemaSimpleTypeUnion))
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
427if (content is XmlSchemaSimpleTypeUnion) 1177if (content is XmlSchemaSimpleTypeUnion)
System.Private.Xml (23)
System\Xml\Schema\Preprocessor.cs (2)
1608XmlSchemaSimpleTypeUnion union1 = (XmlSchemaSimpleTypeUnion)simpleType.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
635XmlSchemaSimpleTypeUnion mainUnion = (XmlSchemaSimpleTypeUnion)simpleType.Content!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1275XmlSchemaSimpleTypeUnion union1 = (XmlSchemaSimpleTypeUnion)simpleType.Content;
System\Xml\Schema\SchemaSetCompiler.cs (2)
725XmlSchemaSimpleTypeUnion mainUnion = (XmlSchemaSimpleTypeUnion)simpleType.Content!;
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
20XmlElement("union", typeof(XmlSchemaSimpleTypeUnion))]
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (2)
43XmlSchemaSimpleTypeUnion newUnion = (XmlSchemaSimpleTypeUnion)MemberwiseClone();
System\Xml\Schema\XmlValueConverter.cs (1)
3147XmlSchemaSimpleType[] memberTypes = ((XmlSchemaSimpleTypeUnion)((XmlSchemaSimpleType)schemaType).Content!).BaseMemberTypes!;
System\Xml\Schema\XsdBuilder.cs (2)
650private XmlSchemaSimpleTypeUnion? _simpleTypeUnion; 1051_simpleTypeUnion = (XmlSchemaSimpleTypeUnion)container;
System\Xml\Serialization\ImportContext.cs (2)
328else if (t == typeof(XmlSchemaSimpleTypeUnion)) 330XmlQualifiedName[]? memberTypes = ((XmlSchemaSimpleTypeUnion)item).MemberTypes;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
478else if (t == typeof(XmlSchemaSimpleTypeUnion)) 480Write12_XmlSchemaSimpleTypeUnion((XmlSchemaSimpleTypeUnion)o); 565if (o.@Content is XmlSchemaSimpleTypeUnion) 567Write12_XmlSchemaSimpleTypeUnion((XmlSchemaSimpleTypeUnion)o.@Content); 585private void Write12_XmlSchemaSimpleTypeUnion(XmlSchemaSimpleTypeUnion? o)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1656else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is XmlSchemaSimpleTypeUnion)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
64XmlSchemaSimpleType[] baseMemberTypes = ((XmlSchemaSimpleTypeUnion)schemaType.Content!).BaseMemberTypes!;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
103foreach (XmlSchemaSimpleType mt in ((XmlSchemaSimpleTypeUnion)st.Content).BaseMemberTypes!)
System.Web.Services.Description (6)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (6)
2915if (o.@Content is global::System.Xml.Schema.XmlSchemaSimpleTypeUnion) { 2916Write33_XmlSchemaSimpleTypeUnion(@"union", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaSimpleTypeUnion)o.@Content), false, false); 3568private void Write33_XmlSchemaSimpleTypeUnion(string n, string ns, global::System.Xml.Schema.XmlSchemaSimpleTypeUnion o, bool isNullable, bool needType) { 3579if (t == typeof(global::System.Xml.Schema.XmlSchemaSimpleTypeUnion)) { 9246private global::System.Xml.Schema.XmlSchemaSimpleTypeUnion Read33_XmlSchemaSimpleTypeUnion(bool isNullable, bool checkType) { 9268global::System.Xml.Schema.XmlSchemaSimpleTypeUnion o;
System.Xml (1)
System.Xml.cs (1)
91[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
90[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaSimpleTypeUnion))]