1 instantiation of XmlSchemaSimpleTypeUnion
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1502
builder._xso = builder._simpleTypeUnion = new
XmlSchemaSimpleTypeUnion
();
30 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)
427
if (content is
XmlSchemaSimpleTypeUnion
)
1177
if (content is
XmlSchemaSimpleTypeUnion
)
System.Private.Xml (23)
System\Xml\Schema\Preprocessor.cs (2)
1608
XmlSchemaSimpleTypeUnion
union1 = (
XmlSchemaSimpleTypeUnion
)simpleType.Content;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
635
XmlSchemaSimpleTypeUnion
mainUnion = (
XmlSchemaSimpleTypeUnion
)simpleType.Content!;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
1275
XmlSchemaSimpleTypeUnion
union1 = (
XmlSchemaSimpleTypeUnion
)simpleType.Content;
System\Xml\Schema\SchemaSetCompiler.cs (2)
725
XmlSchemaSimpleTypeUnion
mainUnion = (
XmlSchemaSimpleTypeUnion
)simpleType.Content!;
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
20
XmlElement("union", typeof(
XmlSchemaSimpleTypeUnion
))]
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (2)
43
XmlSchemaSimpleTypeUnion
newUnion = (
XmlSchemaSimpleTypeUnion
)MemberwiseClone();
System\Xml\Schema\XmlValueConverter.cs (1)
3147
XmlSchemaSimpleType[] memberTypes = ((
XmlSchemaSimpleTypeUnion
)((XmlSchemaSimpleType)schemaType).Content!).BaseMemberTypes!;
System\Xml\Schema\XsdBuilder.cs (2)
650
private
XmlSchemaSimpleTypeUnion
? _simpleTypeUnion;
1051
_simpleTypeUnion = (
XmlSchemaSimpleTypeUnion
)container;
System\Xml\Serialization\ImportContext.cs (2)
330
else if (t == typeof(
XmlSchemaSimpleTypeUnion
))
332
XmlQualifiedName[]? memberTypes = ((
XmlSchemaSimpleTypeUnion
)item).MemberTypes;
System\Xml\Serialization\SchemaObjectWriter.cs (5)
478
else if (t == typeof(
XmlSchemaSimpleTypeUnion
))
480
Write12_XmlSchemaSimpleTypeUnion((
XmlSchemaSimpleTypeUnion
)o);
565
if (o.@Content is
XmlSchemaSimpleTypeUnion
)
567
Write12_XmlSchemaSimpleTypeUnion((
XmlSchemaSimpleTypeUnion
)o.@Content);
585
private void Write12_XmlSchemaSimpleTypeUnion(
XmlSchemaSimpleTypeUnion
? o)
System\Xml\Serialization\XmlSchemaImporter.cs (1)
1694
else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is
XmlSchemaSimpleTypeUnion
)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
64
XmlSchemaSimpleType[] baseMemberTypes = ((
XmlSchemaSimpleTypeUnion
)schemaType.Content!).BaseMemberTypes!;
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
103
foreach (XmlSchemaSimpleType mt in ((
XmlSchemaSimpleTypeUnion
)st.Content).BaseMemberTypes!)
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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
90
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaSimpleTypeUnion
))]