8 references to False
System.Private.Xml (8)
System\Xml\Xsl\QIL\QilPatternFactory.cs (1)
217
return b ? this.True() : this.
False
();
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
582
case FuncId.False: return _f.
False
();
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
1645
_f.Conditional(_f.Eq(dt, _f.String(DtNumber)), _f.
False
(),
1826
QilNode result = _f.
False
();
1874
return _f.
False
();
2194
_f.
False
()
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
484
QilFunction result = _f.Function(_f.FormalParameterList(name, resolvedName, key, context), fdef, _f.
False
());
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
109
intersection == 0 ? f.
False
() : // input & required doesn't intersect