54 references to All
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\SchemaUtility.cs (1)
553
schema.BlockDefault = XmlSchemaDerivationMethod.
All
;
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3084
case global::System.Xml.Schema.XmlSchemaDerivationMethod.
@All
: s = @"#all"; break;
3097
(long)global::System.Xml.Schema.XmlSchemaDerivationMethod.
@All
}, @"System.Xml.Schema.XmlSchemaDerivationMethod"); break;
8664
h.Add(@"#all", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.
@All
);
System.Xml (50)
System\Xml\Schema\Preprocessor.cs (22)
855
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
) {
856
this.blockDefault = XmlSchemaDerivationMethod.
All
;
867
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
) {
868
this.finalDefault = XmlSchemaDerivationMethod.
All
;
1075
if (element.Final == XmlSchemaDerivationMethod.
All
) {
1076
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1079
if (this.finalDefault == XmlSchemaDerivationMethod.
All
) {
1080
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1158
if (element.Block == XmlSchemaDerivationMethod.
All
) {
1159
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1162
if (this.blockDefault == XmlSchemaDerivationMethod.
All
) {
1163
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1265
if (simpleType.Final == XmlSchemaDerivationMethod.
All
) {
1266
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1269
if (this.finalDefault == XmlSchemaDerivationMethod.
All
) {
1270
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1374
if (complexType.Block == XmlSchemaDerivationMethod.
All
) {
1375
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1386
if (complexType.Final == XmlSchemaDerivationMethod.
All
) {
1387
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1390
if (this.finalDefault == XmlSchemaDerivationMethod.
All
) {
1391
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
351
if (examplar.FinalResolved == XmlSchemaDerivationMethod.
All
) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (22)
364
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
) {
365
this.blockDefault = XmlSchemaDerivationMethod.
All
;
376
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
) {
377
this.finalDefault = XmlSchemaDerivationMethod.
All
;
765
if (element.Final == XmlSchemaDerivationMethod.
All
) {
766
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
769
if (this.finalDefault == XmlSchemaDerivationMethod.
All
) {
770
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
848
if (element.Block == XmlSchemaDerivationMethod.
All
) {
849
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
852
if (this.blockDefault == XmlSchemaDerivationMethod.
All
) {
853
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
953
if (simpleType.Final == XmlSchemaDerivationMethod.
All
) {
954
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
957
if (this.finalDefault == XmlSchemaDerivationMethod.
All
) {
958
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1060
if (complexType.Block == XmlSchemaDerivationMethod.
All
) {
1061
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1072
if (complexType.Final == XmlSchemaDerivationMethod.
All
) {
1073
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1076
if (this.finalDefault == XmlSchemaDerivationMethod.
All
) {
1077
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
System\Xml\Schema\SchemaSetCompiler.cs (3)
394
if (examplar.FinalResolved == XmlSchemaDerivationMethod.
All
) {
1298
baseElement.ElementDecl.Block == XmlSchemaDerivationMethod.
All
?
1302
derivedElement.ElementDecl.Block == XmlSchemaDerivationMethod.
All
?
System\Xml\Schema\XsdBuilder.cs (2)
607
(int)XmlSchemaDerivationMethod.
All
,
2311
if (r == (int)XmlSchemaDerivationMethod.
All
&& value.Length > HashAllLength) { //#all is not allowed with other values