1 implementation of DeclaredUriString
System.Xml (1)
System\Xml\Schema\SchemaEntity.cs (1)
65
string IDtdEntityInfo.
DeclaredUriString
{
2 references to DeclaredUriString
System.Xml (2)
System\Xml\Core\XmlTextReaderImpl.cs (2)
7232
InitStringInput( ( entity.
DeclaredUriString
!= null ) ? entity.
DeclaredUriString
: string.Empty, enc, entity.Text ?? string.Empty);