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