14 references to List
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
210
derivedType.SetDerivedBy(XmlSchemaDerivationMethod.
List
);
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
71
private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
74
private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
538
if ((type.FinalResolved & XmlSchemaDerivationMethod.
List
) != 0)
551
simpleType.SetDerivedBy(XmlSchemaDerivationMethod.
List
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
40
private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
43
private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
619
if ((type.FinalResolved & XmlSchemaDerivationMethod.
List
) != 0)
632
simpleType.SetDerivedBy(XmlSchemaDerivationMethod.
List
);
1657
XmlSchemaType.IsDerivedFrom(derivedElement.ElementSchemaType, baseElement.ElementSchemaType, ~(XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.
List
| XmlSchemaDerivationMethod.Union))))
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
616
(int)XmlSchemaDerivationMethod.
List
,
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3898
case Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@List
: s = @"list"; break;
3912
(long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@List
,
10727
h.Add(@"list", (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@List
);