20 references to Other
System.Private.Xml (20)
System\Xml\Schema\ContentValidator.cs (2)
98case NamespaceList.ListType.Other: 156if (list.Type == NamespaceList.ListType.Any || list.Type == NamespaceList.ListType.Other)
System\Xml\Schema\NamespaceList.cs (16)
38_type = ListType.Other; 93case ListType.Other: 107case ListType.Other: 127case ListType.Other: 167else if (sub._type == ListType.Other && super._type == ListType.Other) 173if (super._type == ListType.Other) 214else if (o1._type == ListType.Other && o2._type == ListType.Other) 225else if (o1._type == ListType.Set && o2._type == ListType.Other) 254else if (o2._type == ListType.Set && o1._type == ListType.Other) 324else if (o1._type == ListType.Set && o2._type == ListType.Other) 333else if (o1._type == ListType.Other && o2._type == ListType.Set) 355else if (o1._type == ListType.Other && o2._type == ListType.Other) 393if (this.Type == ListType.Other)
System\Xml\Schema\XmlSchemaAny.cs (1)
64case NamespaceList.ListType.Other:
System\Xml\Serialization\SchemaObjectWriter.cs (1)
236case NamespaceList.ListType.Other: