53 references to All
dotnet-svcutil-lib (53)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (22)
1024
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
)
1026
_blockDefault = XmlSchemaDerivationMethod.
All
;
1040
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
)
1042
_finalDefault = XmlSchemaDerivationMethod.
All
;
1305
if (element.Final == XmlSchemaDerivationMethod.
All
)
1307
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1311
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1313
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1411
if (element.Block == XmlSchemaDerivationMethod.
All
)
1413
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1417
if (_blockDefault == XmlSchemaDerivationMethod.
All
)
1419
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1549
if (simpleType.Final == XmlSchemaDerivationMethod.
All
)
1551
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1555
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1557
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1689
if (complexType.Block == XmlSchemaDerivationMethod.
All
)
1691
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1705
if (complexType.Final == XmlSchemaDerivationMethod.
All
)
1707
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1711
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1713
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
437
if (examplar.FinalResolved == XmlSchemaDerivationMethod.
All
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (22)
439
if (schema.BlockDefault == XmlSchemaDerivationMethod.
All
)
441
_blockDefault = XmlSchemaDerivationMethod.
All
;
455
if (schema.FinalDefault == XmlSchemaDerivationMethod.
All
)
457
_finalDefault = XmlSchemaDerivationMethod.
All
;
952
if (element.Final == XmlSchemaDerivationMethod.
All
)
954
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
958
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
960
element.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1058
if (element.Block == XmlSchemaDerivationMethod.
All
)
1060
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1064
if (_blockDefault == XmlSchemaDerivationMethod.
All
)
1066
element.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1194
if (simpleType.Final == XmlSchemaDerivationMethod.
All
)
1196
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1200
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1202
simpleType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1332
if (complexType.Block == XmlSchemaDerivationMethod.
All
)
1334
complexType.SetBlockResolved(XmlSchemaDerivationMethod.
All
);
1348
if (complexType.Final == XmlSchemaDerivationMethod.
All
)
1350
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
1354
if (_finalDefault == XmlSchemaDerivationMethod.
All
)
1356
complexType.SetFinalResolved(XmlSchemaDerivationMethod.
All
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
490
if (examplar.FinalResolved == XmlSchemaDerivationMethod.
All
)
1643
baseElement.ElementDecl.Block == XmlSchemaDerivationMethod.
All
?
1647
derivedElement.ElementDecl.Block == XmlSchemaDerivationMethod.
All
?
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
618
(int)XmlSchemaDerivationMethod.
All
,
2550
if (r == (int)XmlSchemaDerivationMethod.
All
&& value.Length > HashAllLength)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3900
case Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@All
: s = @"#all"; break;
3914
(long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@All
}, @"System.Xml.Schema.XmlSchemaDerivationMethod"); break;
10729
h.Add(@"#all", (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.
@All
);