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