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