3 writes to _ElementDecl
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (3)
643builder._ElementDef._ElementDecl = null; 718builder._ElementDef._ElementDecl = new SchemaElementDecl(); 1006builder._ElementDef._ElementDecl = null;
19 references to _ElementDecl
dotnet-svcutil-lib (19)
FrameworkFork\Microsoft.Xml\Xml\schema\XdrBuilder.cs (19)
745builder._ElementDef._ElementDecl.Name = qname; 746builder._ElementDef._ElementDecl.Prefix = prefix; 747builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef._ElementDecl); 784builder._ElementDef._ElementDecl.Datatype = dtype; 791builder._ElementDef._ElementDecl.Values = new List<string>((string[])obj); 812if (builder._ElementDef._ElementDecl.Name.IsEmpty) 861builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 876builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.Empty; 910SchemaElementDecl ed = builder._ElementDef._ElementDecl; 964builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.Any; 1002builder._ElementDef._ElementDecl.ContentValidator = builder._contentValidator.Finish(true); 1044if (builder._ElementDef._ElementDecl != null) 1324decl._ElementDecl = builder._ElementDef._ElementDecl; 1333builder._ElementDef._ElementDecl.AddAttDef(attdef); 1450builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 1782if (_ElementDef._ElementDecl.IsIdDeclared) 1785XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.Prefix)); 1787_ElementDef._ElementDecl.IsIdDeclared = true;