12 references to WriteString
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (8)
324
WriteString
(text, TextBlockType.Text);
361
WriteString
(ws, TextBlockType.Whitespace);
369
WriteString
(text, TextBlockType.Text);
374
WriteString
(new string(buffer, index, count), TextBlockType.Text);
382
WriteString
(data, TextBlockType.Text);
387
WriteString
(new string(buffer, index, count), TextBlockType.Text);
412
WriteString
(new string(chars), TextBlockType.Text);
421
WriteString
(new string(chars), TextBlockType.Text);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (4)
233
builder.
WriteString
(reader.Value, TextBlockType.Text);
249
builder.
WriteString
(reader.Value, TextBlockType.Text);
254
builder.
WriteString
(reader.Value, TextBlockType.SignificantWhitespace);
269
builder.
WriteString
(reader.Value, TextBlockType.Whitespace);