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