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