3 writes to _ElementDecl
System.Private.Xml (3)
System\Xml\Schema\XdrBuilder.cs (3)
632
builder._ElementDef.
_ElementDecl
= null;
708
builder._ElementDef.
_ElementDecl
= new SchemaElementDecl();
1000
builder._ElementDef.
_ElementDecl
= null;
19 references to _ElementDecl
System.Private.Xml (19)
System\Xml\Schema\XdrBuilder.cs (19)
736
builder._ElementDef.
_ElementDecl
!.Name = qname;
737
builder._ElementDef.
_ElementDecl
!.Prefix = prefix;
738
builder._SchemaInfo.ElementDecls.Add(qname, builder._ElementDef.
_ElementDecl
);
776
builder._ElementDef.
_ElementDecl
!.Datatype = dtype!;
783
builder._ElementDef.
_ElementDecl
!.Values = new List<string>((string[])obj);
804
if (builder._ElementDef.
_ElementDecl
!.Name.IsEmpty)
853
builder._ElementDef.
_ElementDecl
.ContentValidator = ContentValidator.TextOnly;
868
builder._ElementDef.
_ElementDecl
.ContentValidator = ContentValidator.Empty;
902
SchemaElementDecl? ed = builder._ElementDef.
_ElementDecl
;
956
builder._ElementDef.
_ElementDecl
!.ContentValidator = ContentValidator.Any;
996
builder._ElementDef.
_ElementDecl
!.ContentValidator = builder._contentValidator.Finish(true);
1038
if (builder._ElementDef.
_ElementDecl
!= null)
1313
decl._ElementDecl = builder._ElementDef.
_ElementDecl
;
1322
builder._ElementDef.
_ElementDecl
!.AddAttDef(attdef);
1439
builder._ElementDef.
_ElementDecl
!.ContentValidator = ContentValidator.TextOnly;
1771
if (_ElementDef.
_ElementDecl
!.IsIdDeclared)
1774
XmlQualifiedName.ToString(_ElementDef.
_ElementDecl
.Name.Name, _ElementDef.
_ElementDecl
.Prefix));
1776
_ElementDef.
_ElementDecl
.IsIdDeclared = true;