3 references to Name
System.Private.Xml (3)
System\Xml\Dom\XmlLoader.cs (2)
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\SchemaEntity.cs (1)
41
get { return this.
Name
.Name; }