3 writes to _ElementDecl
System.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
586builder._ElementDef._ElementDecl = null; 652builder._ElementDef._ElementDecl = new SchemaElementDecl(); 896builder._ElementDef._ElementDecl = null;
19 references to _ElementDecl
System.Xml (19)
System\Xml\Schema\XdrBuilder.cs (19)
677builder._ElementDef._ElementDecl.Name = qname; 678builder._ElementDef._ElementDecl.Prefix = prefix; 679builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef._ElementDecl); 708builder._ElementDef._ElementDecl.Datatype = dtype; 714builder._ElementDef._ElementDecl.Values = new List<string>((string[]) obj); 732if (builder._ElementDef._ElementDecl.Name.IsEmpty) { 774builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 788builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.Empty; 817SchemaElementDecl ed = builder._ElementDef._ElementDecl; 861builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.Any; 892builder._ElementDef._ElementDecl.ContentValidator = builder._contentValidator.Finish(true); 932if (builder._ElementDef._ElementDecl != null) { // Local AttributeType 1167decl._ElementDecl = builder._ElementDef._ElementDecl; 1176builder._ElementDef._ElementDecl.AddAttDef(attdef); 1277builder._ElementDef._ElementDecl.ContentValidator = ContentValidator.TextOnly; 1546if (_ElementDef._ElementDecl.IsIdDeclared) { 1548XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.Prefix)); 1550_ElementDef._ElementDecl.IsIdDeclared = true;