20 references to Other
dotnet-svcutil-lib (20)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (2)
109case NamespaceList.ListType.Other: 166if (list.Type == NamespaceList.ListType.Any || list.Type == NamespaceList.ListType.Other)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (16)
43_type = ListType.Other; 98case ListType.Other: 112case ListType.Other: 132case ListType.Other: 172else if (sub._type == ListType.Other && super._type == ListType.Other) 178if (super._type == ListType.Other) 219else if (o1._type == ListType.Other && o2._type == ListType.Other) 230else if (o1._type == ListType.Set && o2._type == ListType.Other) 259else if (o2._type == ListType.Set && o1._type == ListType.Other) 329else if (o1._type == ListType.Set && o2._type == ListType.Other) 338else if (o1._type == ListType.Other && o2._type == ListType.Set) 361else if (o1._type == ListType.Other && o2._type == ListType.Other) 404if (this.Type == ListType.Other)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (1)
81case NamespaceList.ListType.Other:
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
237case NamespaceList.ListType.Other: