2 writes to NData
System.Xml (2)
System\Xml\Schema\DtdParser.cs (1)
1330entity.NData = GetNameQualified( false );
System\Xml\Schema\DtdParserAsync.cs (1)
956entity.NData = GetNameQualified( false );
11 references to NData
System.Xml (11)
System\Xml\Dom\XmlLoader.cs (4)
560XmlEntity ent = new XmlEntity( scEnt.Name.Name, scEnt.Text, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, doc ); 568XmlEntity ent = new XmlEntity( scEnt.Name.Name, scEnt.Text, scEnt.Pubid, scEnt.Url, scEnt.NData.IsEmpty ? null : scEnt.NData.Name, doc );
System\Xml\Schema\BaseValidator.cs (2)
240else if (en.NData.IsEmpty) { 261else if (en.NData.IsEmpty) {
System\Xml\Schema\DtdParser.cs (2)
1332string notationName = entity.NData.Name; 3205if ( !entity.NData.IsEmpty ) {
System\Xml\Schema\DtdParserAsync.cs (1)
958string notationName = entity.NData.Name;
System\Xml\Schema\DtdValidator.cs (1)
372if (!en.NData.IsEmpty) {
System\Xml\Schema\SchemaEntity.cs (1)
54get { return !this.NData.IsEmpty; }