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