3 writes to _ElementDecl
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
631
builder._ElementDef.
_ElementDecl
= null;
707
builder._ElementDef.
_ElementDecl
= new SchemaElementDecl();
999
builder._ElementDef.
_ElementDecl
= null;
19 references to _ElementDecl
System.Private.Xml (19)
System\Xml\Schema\XdrBuilder.cs (19)
735
builder._ElementDef.
_ElementDecl
!.Name = qname;
736
builder._ElementDef.
_ElementDecl
!.Prefix = prefix;
737
builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef.
_ElementDecl
);
775
builder._ElementDef.
_ElementDecl
!.Datatype = dtype!;
782
builder._ElementDef.
_ElementDecl
!.Values = new List<string>((string[])obj);
803
if (builder._ElementDef.
_ElementDecl
!.Name.IsEmpty)
852
builder._ElementDef.
_ElementDecl
.ContentValidator = ContentValidator.TextOnly;
867
builder._ElementDef.
_ElementDecl
.ContentValidator = ContentValidator.Empty;
901
SchemaElementDecl? ed = builder._ElementDef.
_ElementDecl
;
955
builder._ElementDef.
_ElementDecl
!.ContentValidator = ContentValidator.Any;
995
builder._ElementDef.
_ElementDecl
!.ContentValidator = builder._contentValidator.Finish(true);
1037
if (builder._ElementDef.
_ElementDecl
!= null)
1312
decl._ElementDecl = builder._ElementDef.
_ElementDecl
;
1321
builder._ElementDef.
_ElementDecl
!.AddAttDef(attdef);
1438
builder._ElementDef.
_ElementDecl
!.ContentValidator = ContentValidator.TextOnly;
1770
if (_ElementDef.
_ElementDecl
!.IsIdDeclared)
1773
XmlQualifiedName.ToString(_ElementDef.
_ElementDecl
.Name.Name, _ElementDef.
_ElementDecl
.Prefix));
1775
_ElementDef.
_ElementDecl
.IsIdDeclared = true;