12 references to WriteString
System.Xml (12)
System\Xml\Cache\XPathDocumentBuilder.cs (8)
300
WriteString
(text, TextBlockType.Text);
333
WriteString
(ws, TextBlockType.Whitespace);
340
WriteString
(text, TextBlockType.Text);
344
WriteString
(new string(buffer, index, count), TextBlockType.Text);
351
WriteString
(data, TextBlockType.Text);
355
WriteString
(new string(buffer, index, count), TextBlockType.Text);
377
WriteString
(new string(chars), TextBlockType.Text);
385
WriteString
(new string(chars), TextBlockType.Text);
System\Xml\XPath\XPathDocument.cs (4)
205
builder.
WriteString
(reader.Value, TextBlockType.Text);
221
builder.
WriteString
(reader.Value, TextBlockType.Text);
226
builder.
WriteString
(reader.Value, TextBlockType.SignificantWhitespace);
241
builder.
WriteString
(reader.Value, TextBlockType.Whitespace);