1 implementation of LookupEntity
System.Private.Xml (1)
System\Xml\Schema\SchemaInfo.cs (1)
388
IDtdEntityInfo? IDtdInfo.
LookupEntity
(string name)
3 references to LookupEntity
System.Private.Xml (3)
System\Xml\Core\XmlTextReaderImpl.cs (1)
6034
((entity = _dtdInfo.
LookupEntity
(name)) == null))
System\Xml\Core\XmlTextReaderImplAsync.cs (1)
3819
((entity = _dtdInfo.
LookupEntity
(name)) == null))
System\Xml\Schema\XmlSchemaValidator.cs (1)
2776
entityInfo = _dtdSchemaInfo.
LookupEntity
(name);