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; 351nslist._type = ListType.Set;
32 references to _type
dotnet-svcutil-lib (32)
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (32)
72if (_type == ListType.Set) 82get { return _type; } 94switch (_type) 108switch (_type) 128switch (_type) 168if (super._type == ListType.Any) 172else if (sub._type == ListType.Other && super._type == ListType.Other) 176else if (sub._type == ListType.Set) 178if (super._type == ListType.Other) 184Debug.Assert(super._type == ListType.Set); 203if (o1._type == ListType.Any) 207else if (o2._type == ListType.Any) 211else if (o1._type == ListType.Set && o2._type == ListType.Set) 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) 321if (o1._type == ListType.Any) 325else if (o2._type == ListType.Any) 329else if (o1._type == ListType.Set && o2._type == ListType.Other) 338else if (o1._type == ListType.Other && o2._type == ListType.Set) 347else if (o1._type == ListType.Set && o2._type == ListType.Set) 361else if (o1._type == ListType.Other && o2._type == ListType.Other) 394return ((_type == ListType.Set) && ((_set == null) || _set.Count == 0));