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