13 writes to ElementDecl
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
183
simpleType.
ElementDecl
= new SchemaElementDecl(dataType);
335
tempNormalizedStringTypeV1Compat.
ElementDecl
= new SchemaElementDecl(c_normalizedStringV1Compat);
349
tempTokenTypeV1Compat.
ElementDecl
= new SchemaElementDecl(c_tokenV1Compat);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (4)
359
complexType.
ElementDecl
= null;
364
simpleType.
ElementDecl
= null;
616
simpleType.
ElementDecl
= decl;
786
complexType.
ElementDecl
= decl;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
345
complexType.
ElementDecl
= null;
361
simpleType.
ElementDecl
= null;
701
simpleType.
ElementDecl
= decl;
857
complexType.
ElementDecl
= decl;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (2)
57
s_untypedAnyType.
ElementDecl
= SchemaElementDecl.CreateAnyTypeElementDecl();
79
localAnyType.
ElementDecl
= SchemaElementDecl.CreateAnyTypeElementDecl();
43 references to ElementDecl
dotnet-svcutil-lib (43)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (1)
214
if (existingType.
ElementDecl
== null)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (3)
184
simpleType.
ElementDecl
.SchemaType = simpleType;
336
tempNormalizedStringTypeV1Compat.
ElementDecl
.SchemaType = tempNormalizedStringTypeV1Compat;
350
tempTokenTypeV1Compat.
ElementDecl
.SchemaType = tempTokenTypeV1Compat;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (17)
283
schemaInfo.ElementDeclsByType.Add(type.QualifiedName, type.
ElementDecl
);
515
if (simpleType.
ElementDecl
!= null)
696
if (complexType.
ElementDecl
!= null)
867
else if (baseType.ContentType == XmlSchemaContentType.Mixed && baseType.
ElementDecl
.ContentValidator.IsEmptiable)
885
if (baseType != null && baseType.
ElementDecl
!= null)
933
if (baseType != null && baseType.
ElementDecl
!= null)
999
if (baseType != null && baseType.
ElementDecl
!= null)
1018
if (baseType.
ElementDecl
!= null)
1020
Debug.Assert(baseType.
ElementDecl
.ContentValidator != null);
1022
if (baseType.
ElementDecl
!= null && !baseType.
ElementDecl
.ContentValidator.IsEmptiable)
2317
decl = XmlSchemaComplexType.AnyType.
ElementDecl
.Clone();
2328
decl = XmlSchemaComplexType.AnyType.
ElementDecl
.Clone();
2338
if (complexType.
ElementDecl
!= null)
2340
decl = complexType.
ElementDecl
.Clone();
2348
if (simpleType.
ElementDecl
!= null)
2350
decl = simpleType.
ElementDecl
.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (13)
153
schemaInfo.ElementDeclsByType.Add(type.QualifiedName, type.
ElementDecl
);
596
if (simpleType.
ElementDecl
!= null)
781
if (complexType.
ElementDecl
!= null)
945
else if (baseType.ContentType == XmlSchemaContentType.Mixed && baseType.
ElementDecl
.ContentValidator.IsEmptiable)
963
if (baseType != null && baseType.
ElementDecl
!= null)
1090
if (baseType.
ElementDecl
!= null && !baseType.
ElementDecl
.ContentValidator.IsEmptiable)
2748
decl = XmlSchemaComplexType.AnyType.
ElementDecl
.Clone();
2759
decl = XmlSchemaComplexType.AnyType.
ElementDecl
.Clone();
2769
if (complexType.
ElementDecl
!= null)
2771
decl = complexType.
ElementDecl
.Clone();
2779
if (simpleType.
ElementDecl
!= null)
2781
decl = simpleType.
ElementDecl
.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaComplexType.cs (6)
58
s_untypedAnyType.
ElementDecl
.SchemaType = s_untypedAnyType;
59
s_untypedAnyType.
ElementDecl
.ContentValidator = AnyTypeContentValidator;
80
localAnyType.
ElementDecl
.SchemaType = localAnyType;
90
localAnyType.
ElementDecl
.ContentValidator = anyContentValidator;
96
localAnyType.
ElementDecl
.AnyAttribute = anyAttribute;
131
return s_anyTypeLax.
ElementDecl
.ContentValidator;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
1642
elementDecl = type.
ElementDecl
;
1718
elementDeclXsi = schemaType.
ElementDecl
;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
413
elementDeclXsi = simpleType.
ElementDecl
;