57 references to ListType
dotnet-svcutil-lib (57)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (5)
106
case NamespaceList.
ListType
.Any:
109
case NamespaceList.
ListType
.Other:
117
case NamespaceList.
ListType
.Set:
166
if (list.Type == NamespaceList.
ListType
.Any || list.Type == NamespaceList.
ListType
.Other)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (45)
24
private
ListType
_type =
ListType
.Any;
39
_type =
ListType
.Any;
43
_type =
ListType
.Other;
47
_type =
ListType
.Set;
72
if (_type ==
ListType
.Set)
80
public
ListType
Type
96
case
ListType
.Set:
98
case
ListType
.Other:
99
case
ListType
.Any:
110
case
ListType
.Any:
112
case
ListType
.Other:
114
case
ListType
.Set:
130
case
ListType
.Any:
132
case
ListType
.Other:
134
case
ListType
.Set:
168
if (super._type ==
ListType
.Any)
172
else if (sub._type ==
ListType
.Other && super._type ==
ListType
.Other)
176
else if (sub._type ==
ListType
.Set)
178
if (super._type ==
ListType
.Other)
184
Debug.Assert(super._type ==
ListType
.Set);
203
if (o1._type ==
ListType
.Any)
207
else if (o2._type ==
ListType
.Any)
211
else if (o1._type ==
ListType
.Set && o2._type ==
ListType
.Set)
219
else if (o1._type ==
ListType
.Other && o2._type ==
ListType
.Other)
230
else if (o1._type ==
ListType
.Set && o2._type ==
ListType
.Other)
259
else if (o2._type ==
ListType
.Set && o1._type ==
ListType
.Other)
321
if (o1._type ==
ListType
.Any)
325
else if (o2._type ==
ListType
.Any)
329
else if (o1._type ==
ListType
.Set && o2._type ==
ListType
.Other)
338
else if (o1._type ==
ListType
.Other && o2._type ==
ListType
.Set)
347
else if (o1._type ==
ListType
.Set && o2._type ==
ListType
.Set)
351
nslist._type =
ListType
.Set;
361
else if (o1._type ==
ListType
.Other && o2._type ==
ListType
.Other)
394
return ((_type ==
ListType
.Set) && ((_set == null) || _set.Count == 0));
404
if (this.Type ==
ListType
.Other)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (3)
78
case NamespaceList.
ListType
.Any:
81
case NamespaceList.
ListType
.Other:
84
case NamespaceList.
ListType
.Set:
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (3)
235
case NamespaceList.
ListType
.Any:
237
case NamespaceList.
ListType
.Other:
239
case NamespaceList.
ListType
.Set:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1318
if (list.Type == NamespaceList.
ListType
.Set)