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