5 references to Whitespace
System.Private.Xml (5)
System\Xml\Cache\XPathDocumentBuilder.cs (4)
228goto case TextBlockType.Whitespace; 233goto case TextBlockType.Whitespace; 244case TextBlockType.Whitespace: 370WriteString(ws, TextBlockType.Whitespace);
System\Xml\XPath\XPathDocument.cs (1)
258builder.WriteString(reader.Value, TextBlockType.Whitespace);