10 references to Text
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (8)
217case TextBlockType.Text: 324WriteString(text, TextBlockType.Text); 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 (2)
233builder.WriteString(reader.Value, TextBlockType.Text); 249builder.WriteString(reader.Value, TextBlockType.Text);