14 references to Substitution
System.Private.Xml (11)
System\Xml\Schema\Preprocessor.cs (2)
65
private const XmlSchemaDerivationMethod schemaBlockDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
67
private const XmlSchemaDerivationMethod elementBlockAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1102
if (!element.RefName.IsEmpty && substitution && (element.BlockResolved & XmlSchemaDerivationMethod.
Substitution
) == 0)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
34
private const XmlSchemaDerivationMethod schemaBlockDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
36
private const XmlSchemaDerivationMethod elementBlockAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.
Substitution
;
System\Xml\Schema\SchemaSetCompiler.cs (4)
519
if ((element.ElementDecl!.Block & XmlSchemaDerivationMethod.
Substitution
) == 0)
1233
if (!element.RefName.IsEmpty && (element.ElementDecl!.Block & XmlSchemaDerivationMethod.
Substitution
) == 0)
1660
XmlSchemaDerivationMethod.
Substitution
| XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension :
1664
XmlSchemaDerivationMethod.
Substitution
| XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension :
System\Xml\Schema\XmlSchemaValidator.cs (1)
1399
if ((headElem.BlockResolved & XmlSchemaDerivationMethod.
Substitution
) != 0)
System\Xml\Schema\XsdBuilder.cs (1)
603
(int)XmlSchemaDerivationMethod.
Substitution
,
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3636
case Xml.Schema.XmlSchemaDerivationMethod.
@Substitution
: s = @"substitution"; break;
3649
(long)Xml.Schema.XmlSchemaDerivationMethod.
@Substitution
,
10649
h.Add(@"substitution", (long)Xml.Schema.XmlSchemaDerivationMethod.
@Substitution
);