20 references to Other
System.Xml (20)
System\Xml\Schema\ContentValidator.cs (2)
94case NamespaceList.ListType.Other: 139if (list.Type == NamespaceList.ListType.Any || list.Type == NamespaceList.ListType.Other) {
System\Xml\Schema\NamespaceList.cs (16)
36type = ListType.Other; 79case ListType.Other: 91case ListType.Other: 108case ListType.Other: 140else if (sub.type == ListType.Other && super.type == ListType.Other) { 144if (super.type == ListType.Other) { 176else if (o1.type == ListType.Other && o2.type == ListType.Other) { //clause 4, both are negations 184else if (o1.type == ListType.Set && o2.type == ListType.Other) { 205else if (o2.type == ListType.Set && o1.type == ListType.Other) { 258else if (o1.type == ListType.Set && o2.type == ListType.Other) { //Clause 3 o2 is other 265else if (o1.type == ListType.Other && o2.type == ListType.Set) { //Clause 3 o1 is other 283else if (o1.type == ListType.Other && o2.type == ListType.Other) { 317if (this.Type == ListType.Other) {
System\Xml\Schema\XmlSchemaAny.cs (1)
69case NamespaceList.ListType.Other:
System\Xml\Serialization\SchemaObjectWriter.cs (1)
197case NamespaceList.ListType.Other: