5 references to Whitespace
System.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
207goto case TextBlockType.Whitespace; 212goto case TextBlockType.Whitespace; 223case TextBlockType.Whitespace: 333WriteString(ws, TextBlockType.Whitespace);
System\Xml\XPath\XPathDocument.cs (1)
241builder.WriteString(reader.Value, TextBlockType.Whitespace);