21 references to Set
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (1)
117case NamespaceList.ListType.Set:
FrameworkFork\Microsoft.Xml\Xml\schema\NamespaceList.cs (17)
47_type = ListType.Set; 72if (_type == ListType.Set) 96case ListType.Set: 114case ListType.Set: 134case ListType.Set: 176else if (sub._type == ListType.Set) 184Debug.Assert(super._type == ListType.Set); 211else if (o1._type == ListType.Set && o2._type == ListType.Set) 230else if (o1._type == ListType.Set && o2._type == ListType.Other) 259else if (o2._type == ListType.Set && o1._type == ListType.Other) 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) 351nslist._type = ListType.Set; 394return ((_type == ListType.Set) && ((_set == null) || _set.Count == 0));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaAny.cs (1)
84case NamespaceList.ListType.Set:
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
239case NamespaceList.ListType.Set:
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (1)
1318if (list.Type == NamespaceList.ListType.Set)