3 references to FuncFalse
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
46case FT.FuncFalse: return false;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
416case FT.FuncFalse:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
848table.Add("false", new ParamInfo(Function.FunctionType.FuncFalse, 0, 0, s_temparray8));