5 writes to MemberTypes
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
7570o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 7575o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 7602o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true);
System.Xml (2)
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
56newUnion.MemberTypes = newQNames;
System\Xml\Schema\XsdBuilder.cs (1)
1415builder.simpleTypeUnion.MemberTypes = (XmlQualifiedName[])dt.ParseValue(value, builder.nameTable, builder.namespaceManager);
14 references to MemberTypes
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3050global::System.Xml.XmlQualifiedName[] a = (global::System.Xml.XmlQualifiedName[])o.@MemberTypes;
System.Xml (13)
System\Xml\Schema\Preprocessor.cs (3)
1339if (union1.MemberTypes != null) { 1340baseTypeCount += union1.MemberTypes.Length; 1341XmlQualifiedName[] qNames = union1.MemberTypes;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
504XmlQualifiedName[] mainMemberTypes = mainUnion.MemberTypes;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1027if (union1.MemberTypes != null) { 1028baseTypeCount += union1.MemberTypes.Length; 1029for (int i = 0; i < union1.MemberTypes.Length; ++i) { 1030ValidateQNameAttribute(union1, "memberTypes", union1.MemberTypes[i]);
System\Xml\Schema\SchemaSetCompiler.cs (1)
571XmlQualifiedName[] mainMemberTypes = mainUnion.MemberTypes;
System\Xml\Serialization\ImportContext.cs (1)
353XmlQualifiedName[] memberTypes = ((XmlSchemaSimpleTypeUnion)item).MemberTypes;
System\Xml\Serialization\SchemaObjectWriter.cs (3)
490if (o.MemberTypes != null) { 492for (int i = 0; i < o.MemberTypes.Length; i++) { 493list.Add(o.MemberTypes[i]);