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