3 references to FuncTrue
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
45case FT.FuncTrue: return true;
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
415case FT.FuncTrue:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (1)
847table.Add("true", new ParamInfo(Function.FunctionType.FuncTrue, 0, 0, s_temparray8));