Base:
property
Name
System.Xml.XmlNode.Name
4 references to Name
System.Xml (4)
System\Xml\Dom\XmlLoader.cs (4)
766
switch ( eref.
Name
) {
791
if ( Ref.Equal( ent.Name, eref.
Name
) ) {
792
ParsePartialContent( eref, EntitizeName(eref.
Name
), XmlNodeType.EntityReference );
803
throw new XmlException( Res.Xml_UndeclaredParEntity, eref.
Name
);