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