11 references to WriteString
System.Private.Xml (11)
System\Xml\Cache\XPathDocumentBuilder.cs (7)
333
WriteString
(text, TextBlockType.Text);
370
WriteString
(ws, TextBlockType.Whitespace);
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);
System\Xml\XPath\XPathDocument.cs (4)
222
builder.
WriteString
(reader.Value, TextBlockType.Text);
238
builder.
WriteString
(reader.Value, TextBlockType.Text);
243
builder.
WriteString
(reader.Value, TextBlockType.SignificantWhitespace);
258
builder.
WriteString
(reader.Value, TextBlockType.Whitespace);