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