1 implementation of Name
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
41
string IDtdEntityInfo.
Name
{
9 references to Name
System.Xml (9)
System\Xml\Core\XmlTextReaderImpl.cs (6)
4808
entityChunk.SetNamedNode( XmlNodeType.EntityReference, ps.entity.
Name
);
5514
Throw( Res.Xml_ExternalEntityInStandAloneDocument, entity.
Name
, ps.LineNo, entityStartLinePos );
5620
curNode.SetNamedNode( XmlNodeType.EndEntity, lastEntity.
Name
);
5631
Debug.Assert( Ref.Equal( lastEntity.
Name
, curNode.localName ) );
7197
PushExternalEntityOrSubset( entity.PublicId, entity.SystemId, entityBaseUri, entity.
Name
);
7257
Throw(entity.IsParameterEntity ? Res.Xml_RecursiveParEntity : Res.Xml_RecursiveGenEntity, entity.
Name
,
System\Xml\Core\XmlTextReaderImplAsync.cs (3)
2595
entityChunk.SetNamedNode( XmlNodeType.EntityReference, ps.entity.
Name
);
3581
Throw( Res.Xml_ExternalEntityInStandAloneDocument, entity.
Name
, ps.LineNo, entityStartLinePos );
4842
await PushExternalEntityOrSubsetAsync( entity.PublicId, entity.SystemId, entityBaseUri, entity.
Name
).ConfigureAwait(false);