5 writes to MemberTypes
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
50newUnion.MemberTypes = newQNames;
System\Xml\Schema\XsdBuilder.cs (1)
1511builder._simpleTypeUnion!.MemberTypes = (XmlQualifiedName[])dt.ParseValue(value, builder._nameTable, builder._namespaceManager);
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
9301o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 9306o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true); 9340o.@MemberTypes = (global::System.Xml.XmlQualifiedName[])ShrinkArray(a_5, ca_5, typeof(global::System.Xml.XmlQualifiedName), true);
14 references to MemberTypes
System.Private.Xml (13)
System\Xml\Schema\Preprocessor.cs (3)
1612if (union1.MemberTypes != null) 1614baseTypeCount += union1.MemberTypes.Length; 1615XmlQualifiedName[] qNames = union1.MemberTypes;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
637XmlQualifiedName[]? mainMemberTypes = mainUnion.MemberTypes;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (4)
1279if (union1.MemberTypes != null) 1281baseTypeCount += union1.MemberTypes.Length; 1282for (int i = 0; i < union1.MemberTypes.Length; ++i) 1284ValidateQNameAttribute(union1, "memberTypes", union1.MemberTypes[i]);
System\Xml\Schema\SchemaSetCompiler.cs (1)
727XmlQualifiedName[]? mainMemberTypes = mainUnion.MemberTypes;
System\Xml\Serialization\ImportContext.cs (1)
330XmlQualifiedName[]? memberTypes = ((XmlSchemaSimpleTypeUnion)item).MemberTypes;
System\Xml\Serialization\SchemaObjectWriter.cs (3)
593if (o.MemberTypes != null) 596for (int i = 0; i < o.MemberTypes.Length; i++) 598list.Add(o.MemberTypes[i]);
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
3603global::System.Xml.XmlQualifiedName[] a = (global::System.Xml.XmlQualifiedName[])o.@MemberTypes;