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; 345nslist._type = ListType.Set;
33 references to _type
System.Private.Xml (33)
System\Xml\Schema\NamespaceList.cs (33)
67if (_type == ListType.Set) 77get { return _type; } 89switch (_type) 103switch (_type) 112Debug.Fail($"Unexpected type {_type}"); 123switch (_type) 157Debug.Fail($"Unexpected type {_type}"); 163if (super._type == ListType.Any) 167else if (sub._type == ListType.Other && super._type == ListType.Other) 171else if (sub._type == ListType.Set) 173if (super._type == ListType.Other) 179Debug.Assert(super._type == ListType.Set); 198if (o1._type == ListType.Any) 202else if (o2._type == ListType.Any) 206else if (o1._type == ListType.Set && o2._type == ListType.Set) 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) 316if (o1._type == ListType.Any) 320else if (o2._type == ListType.Any) 324else if (o1._type == ListType.Set && o2._type == ListType.Other) 333else if (o1._type == ListType.Other && o2._type == ListType.Set) 342else if (o1._type == ListType.Set && o2._type == ListType.Set) 355else if (o1._type == ListType.Other && o2._type == ListType.Other)