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