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