14 references to Substitution
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3079
case global::System.Xml.Schema.XmlSchemaDerivationMethod.
@Substitution
: s = @"substitution"; break;
3092
(long)global::System.Xml.Schema.XmlSchemaDerivationMethod.
@Substitution
,
8659
h.Add(@"substitution", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.
@Substitution
);
System.Xml (11)
System\Xml\Schema\Preprocessor.cs (2)
65
const XmlSchemaDerivationMethod schemaBlockDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
67
const XmlSchemaDerivationMethod elementBlockAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
878
if (!element.RefName.IsEmpty && substitution && (element.BlockResolved & XmlSchemaDerivationMethod.
Substitution
) == 0) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
36
const XmlSchemaDerivationMethod schemaBlockDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
38
const XmlSchemaDerivationMethod elementBlockAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
System\Xml\Schema\SchemaSetCompiler.cs (4)
402
if ((element.ElementDecl.Block & XmlSchemaDerivationMethod.
Substitution
) == 0) { //Chain only if substitution is not blocked
972
if (!element.RefName.IsEmpty && (element.ElementDecl.Block & XmlSchemaDerivationMethod.
Substitution
) == 0) {
1299
XmlSchemaDerivationMethod.
Substitution
| XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension :
1303
XmlSchemaDerivationMethod.
Substitution
| XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension :
System\Xml\Schema\XmlSchemaValidator.cs (1)
1193
if ((headElem.BlockResolved & XmlSchemaDerivationMethod.
Substitution
) != 0) {
System\Xml\Schema\XsdBuilder.cs (1)
602
(int)XmlSchemaDerivationMethod.
Substitution
,