6 writes to Text
System.Private.Xml (6)
System\Xml\Core\XmlTextReaderImpl.cs (2)
6039
schemaEntity.
Text
= string.Empty;
6053
schemaEntity.
Text
= string.Empty;
System\Xml\Core\XmlTextReaderImplAsync.cs (2)
3825
schemaEntity.
Text
= string.Empty;
3838
schemaEntity.
Text
= string.Empty;
System\Xml\Schema\DtdParser.cs (1)
1284
entity.
Text
= GetValue();
System\Xml\Schema\DtdParserAsync.cs (1)
917
entity.
Text
= GetValue();
3 references to Text
System.Private.Xml (3)
System\Xml\Schema\DtdParser.cs (1)
3281
if (entity.
Text
!.Length == 0)
System\Xml\Schema\DtdParserAsync.cs (1)
2614
if (entity.
Text
!.Length == 0)
System\Xml\Schema\SchemaEntity.cs (1)
86
get { return ((SchemaEntity)this).
Text
; }