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