1 write to memberTypes
System.Xml (1)
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
34
set {
memberTypes
= value; }
6 references to memberTypes
System.Xml (6)
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (6)
33
get { return
memberTypes
; }
49
if (
memberTypes
!= null &&
memberTypes
.Length > 0) { //Only if the union has MemberTypes defined
51
XmlQualifiedName[] newQNames = new XmlQualifiedName[
memberTypes
.Length];
53
for (int i = 0; i <
memberTypes
.Length; i++) {
54
newQNames[i] =
memberTypes
[i].Clone();