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