5 references to Whitespace
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (4)
223goto case TextBlockType.Whitespace; 228goto case TextBlockType.Whitespace; 239case TextBlockType.Whitespace: 361WriteString(ws, TextBlockType.Whitespace);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (1)
269builder.WriteString(reader.Value, TextBlockType.Whitespace);