7 writes to ElementDecl
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (3)
385
element.
ElementDecl
= null;
2410
xe.
ElementDecl
= decl;
2419
xe.
ElementDecl
= SchemaElementDecl.Empty;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
387
element.
ElementDecl
= null;
2853
xe.
ElementDecl
= decl;
2862
xe.
ElementDecl
= SchemaElementDecl.Empty;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
2157
xsiElement.
ElementDecl
= currentDecl;
28 references to ElementDecl
dotnet-svcutil-lib (28)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
397
XmlText textNode = _document.CreateTextNode(_schemaInfo.SchemaElement.
ElementDecl
.DefaultValueRaw);
FrameworkFork\Microsoft.Xml\Xml\schema\Inference\infer.cs (1)
1022
Debug.Assert(elem.
ElementDecl
== null);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (7)
219
if (element.
ElementDecl
== null)
270
schemaInfo.ElementDecls.Add(element.QualifiedName, element.
ElementDecl
);
2265
if (xe.
ElementDecl
!= null)
2281
if (e.
ElementDecl
== null)
2286
decl = e.
ElementDecl
.Clone();
2314
if (examplar.
ElementDecl
== null)
2322
decl = examplar.
ElementDecl
.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (15)
145
schemaInfo.ElementDecls.Add(element.QualifiedName, element.
ElementDecl
);
213
if (element.
ElementDecl
== null)
500
if ((element.
ElementDecl
.Block & XmlSchemaDerivationMethod.Substitution) == 0)
1225
if (!element.RefName.IsEmpty && (element.
ElementDecl
.Block & XmlSchemaDerivationMethod.Substitution) == 0)
1643
baseElement.
ElementDecl
.Block == XmlSchemaDerivationMethod.All ?
1645
baseElement.
ElementDecl
.Block;
1647
derivedElement.
ElementDecl
.Block == XmlSchemaDerivationMethod.All ?
1649
derivedElement.
ElementDecl
.Block;
1654
(baseElement.FixedValue == null || IsFixedEqual(baseElement.
ElementDecl
, derivedElement.
ElementDecl
)) &&
2696
if (xe.
ElementDecl
!= null)
2712
if (e.
ElementDecl
== null)
2717
decl = e.
ElementDecl
.Clone();
2745
if (examplar.
ElementDecl
== null)
2753
decl = examplar.
ElementDecl
.Clone();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
164
return _schemaElement != null && _schemaElement.
ElementDecl
.DefaultValueTyped != null;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
1615
elementDecl = element.
ElementDecl
;
1632
elementDecl = element.
ElementDecl
;
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
374
elementDecl = element.
ElementDecl
;