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