2 overrides of Whitespace
System.Private.Xml (2)
System\Xml\XPath\Internal\CompiledXPathExpr.cs (1)
145
public override bool
Whitespace
{ get { return false; } }
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (1)
99
public override bool
Whitespace
1 reference to Whitespace
System.Private.Xml (1)
System\Xml\XPath\Internal\NodeFunctions.cs (1)
25
_xsltContext = context.
Whitespace
? context : null;