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