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