1 implementation of LookupEntity
System.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
369IDtdEntityInfo IDtdInfo.LookupEntity(string name) {
3 references to LookupEntity
System.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (1)
5489( ( entity = dtdInfo.LookupEntity( name) ) == null ) ) {
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3556( ( entity = dtdInfo.LookupEntity( name) ) == null ) ) {
System\Xml\Schema\XmlSchemaValidator.cs (1)
2315entityInfo = dtdSchemaInfo.LookupEntity(name);