4 writes to _type
System.Private.Xml (4)
System\Xml\Schema\NamespaceList.cs (4)
34
_type
= ListType.Any;
38
_type
= ListType.Other;
42
_type
= ListType.Set;
345
nslist.
_type
= ListType.Set;
33 references to _type
System.Private.Xml (33)
System\Xml\Schema\NamespaceList.cs (33)
67
if (
_type
== ListType.Set)
77
get { return
_type
; }
89
switch (
_type
)
103
switch (
_type
)
112
Debug.Fail($"Unexpected type {
_type
}");
123
switch (
_type
)
157
Debug.Fail($"Unexpected type {
_type
}");
163
if (super.
_type
== ListType.Any)
167
else if (sub.
_type
== ListType.Other && super.
_type
== ListType.Other)
171
else if (sub.
_type
== ListType.Set)
173
if (super.
_type
== ListType.Other)
179
Debug.Assert(super.
_type
== ListType.Set);
198
if (o1.
_type
== ListType.Any)
202
else if (o2.
_type
== ListType.Any)
206
else if (o1.
_type
== ListType.Set && o2.
_type
== ListType.Set)
214
else if (o1.
_type
== ListType.Other && o2.
_type
== ListType.Other)
225
else if (o1.
_type
== ListType.Set && o2.
_type
== ListType.Other)
254
else if (o2.
_type
== ListType.Set && o1.
_type
== ListType.Other)
316
if (o1.
_type
== ListType.Any)
320
else if (o2.
_type
== ListType.Any)
324
else if (o1.
_type
== ListType.Set && o2.
_type
== ListType.Other)
333
else if (o1.
_type
== ListType.Other && o2.
_type
== ListType.Set)
342
else if (o1.
_type
== ListType.Set && o2.
_type
== ListType.Set)
355
else if (o1.
_type
== ListType.Other && o2.
_type
== ListType.Other)