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