2 writes to NData
System.Private.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1275
entity.
NData
= GetNameQualified(false);
System\Xml\Schema\DtdParserAsync.cs (1)
908
entity.
NData
= GetNameQualified(false);
11 references to NData
System.Private.Xml (11)
System\Xml\Dom\XmlLoader.cs (4)
639
XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.
NData
.IsEmpty ? null : scEnt.
NData
.Name, _doc);
649
XmlEntity ent = new XmlEntity(scEnt.Name.Name, scEnt.Pubid, scEnt.Url, scEnt.
NData
.IsEmpty ? null : scEnt.
NData
.Name, _doc);
System\Xml\Schema\BaseValidator.cs (2)
301
else if (en.
NData
.IsEmpty)
328
else if (en.
NData
.IsEmpty)
System\Xml\Schema\DtdParser.cs (2)
1276
string notationName = entity.
NData
.Name;
3380
if (!entity.
NData
.IsEmpty)
System\Xml\Schema\DtdParserAsync.cs (1)
909
string notationName = entity.
NData
.Name;
System\Xml\Schema\DtdValidator.cs (1)
448
if (!en.
NData
.IsEmpty)
System\Xml\Schema\SchemaEntity.cs (1)
56
get { return !this.
NData
.IsEmpty; }