8 references to False
System.Data.SqlXml (8)
System\Xml\Xsl\QIL\QilPatternFactory.cs (1)
210return b ? this.True() : this.False();
System\Xml\Xsl\XPath\XPathBuilder.cs (1)
500case FuncId.False : return f.False();
System\Xml\Xsl\Xslt\QilGenerator.cs (4)
1374f.Conditional(f.Eq(dt, f.String(DtNumber)), f.False(), 1531QilNode result = f.False(); 1572return f.False(); 1841f.False()
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
410QilFunction result = f.Function(f.FormalParameterList(name, resolvedName, key, context), fdef, f.False());
System\Xml\Xsl\Xslt\XPathPatternBuilder.cs (1)
102intersection == 0 ? f.False() : // input & required doesn't intersect