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