2 instantiations of XmlSchemaSimpleTypeUnion
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
1509
builder._xso = builder._simpleTypeUnion = new
XmlSchemaSimpleTypeUnion
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9367
o = new Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
();
31 references to XmlSchemaSimpleTypeUnion
dotnet-svcutil-lib (31)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
1640
XmlSchemaSimpleTypeUnion
union1 = (
XmlSchemaSimpleTypeUnion
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
626
XmlSchemaSimpleTypeUnion
mainUnion = (
XmlSchemaSimpleTypeUnion
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
1285
XmlSchemaSimpleTypeUnion
union1 = (
XmlSchemaSimpleTypeUnion
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
711
XmlSchemaSimpleTypeUnion
mainUnion = (
XmlSchemaSimpleTypeUnion
)simpleType.Content;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleType.cs (1)
35
XmlElement("union", typeof(
XmlSchemaSimpleTypeUnion
))]
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeUnion.cs (2)
58
XmlSchemaSimpleTypeUnion
newUnion = (
XmlSchemaSimpleTypeUnion
)MemberwiseClone();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
3679
XmlSchemaSimpleType[] memberTypes = ((
XmlSchemaSimpleTypeUnion
)((XmlSchemaSimpleType)schemaType).Content).BaseMemberTypes;
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
659
private
XmlSchemaSimpleTypeUnion
_simpleTypeUnion;
1059
_simpleTypeUnion = (
XmlSchemaSimpleTypeUnion
)container;
FrameworkFork\Microsoft.Xml\Xml\Serialization\ImportContext.cs (2)
415
else if (t == typeof(
XmlSchemaSimpleTypeUnion
))
417
XmlQualifiedName[] memberTypes = ((
XmlSchemaSimpleTypeUnion
)item).MemberTypes;
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (5)
479
else if (t == typeof(
XmlSchemaSimpleTypeUnion
))
481
Write12_XmlSchemaSimpleTypeUnion((
XmlSchemaSimpleTypeUnion
)o);
566
if (o.@Content is
XmlSchemaSimpleTypeUnion
)
568
Write12_XmlSchemaSimpleTypeUnion((
XmlSchemaSimpleTypeUnion
)o.@Content);
586
private void Write12_XmlSchemaSimpleTypeUnion(
XmlSchemaSimpleTypeUnion
o)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaImporter.cs (1)
594
else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is
XmlSchemaSimpleTypeUnion
)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1797
else if (dataType.Content is XmlSchemaSimpleTypeList || dataType.Content is
XmlSchemaSimpleTypeUnion
)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\SchemaImporter.cs (2)
429
if (content is
XmlSchemaSimpleTypeUnion
)
1176
if (content is
XmlSchemaSimpleTypeUnion
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (6)
3153
if (o.@Content is Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
)
3155
Write33_XmlSchemaSimpleTypeUnion(@"union", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
)o.@Content), false, false);
3825
private void Write33_XmlSchemaSimpleTypeUnion(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
o, bool isNullable, bool needType)
3835
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
))
9351
private Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
Read33_XmlSchemaSimpleTypeUnion(bool isNullable, bool checkType)
9366
Microsoft.Xml.Schema.
XmlSchemaSimpleTypeUnion
o;