10 references to Text
System.Private.Xml (10)
System\Xml\Cache\XPathDocumentBuilder.cs (8)
222case TextBlockType.Text: 333WriteString(text, TextBlockType.Text); 378WriteString(text, TextBlockType.Text); 383WriteString(new string(buffer, index, count), TextBlockType.Text); 391WriteString(data, TextBlockType.Text); 396WriteString(new string(buffer, index, count), TextBlockType.Text); 420WriteString(char.ToString(ch), TextBlockType.Text); 428WriteString(new string([highChar, lowChar]), TextBlockType.Text);
System\Xml\XPath\XPathDocument.cs (2)
222builder.WriteString(reader.Value, TextBlockType.Text); 238builder.WriteString(reader.Value, TextBlockType.Text);