4 writes to _type
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (4)
39
_type
= ListType.Any;
43
_type
= ListType.Other;
47
_type
= ListType.Set;
351
nslist.
_type
= ListType.Set;
32 references to _type
dotnet-svcutil-lib (32)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (32)
72
if (
_type
== ListType.Set)
82
get { return
_type
; }
94
switch (
_type
)
108
switch (
_type
)
128
switch (
_type
)
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)
361
else if (o1.
_type
== ListType.Other && o2.
_type
== ListType.Other)
394
return ((
_type
== ListType.Set) && ((_set == null) || _set.Count == 0));