14 references to Substitution
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
70private const XmlSchemaDerivationMethod schemaBlockDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.Substitution; 72private const XmlSchemaDerivationMethod elementBlockAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.Substitution;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
1104if (!element.RefName.IsEmpty && substitution && (element.BlockResolved & XmlSchemaDerivationMethod.Substitution) == 0)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
39private const XmlSchemaDerivationMethod schemaBlockDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.Substitution; 41private const XmlSchemaDerivationMethod elementBlockAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.Substitution;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
500if ((element.ElementDecl.Block & XmlSchemaDerivationMethod.Substitution) == 0) 1225if (!element.RefName.IsEmpty && (element.ElementDecl.Block & XmlSchemaDerivationMethod.Substitution) == 0) 1644XmlSchemaDerivationMethod.Substitution | XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension : 1648XmlSchemaDerivationMethod.Substitution | XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension :
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1425if ((headElem.BlockResolved & XmlSchemaDerivationMethod.Substitution) != 0)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
613(int)XmlSchemaDerivationMethod.Substitution,
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3895case Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@Substitution: s = @"substitution"; break; 3909(long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@Substitution, 10724h.Add(@"substitution", (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@Substitution);