27 instantiations of ParamInfo
dotnet-svcutil-lib (27)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (27)
828
table.Add("last", new
ParamInfo
(Function.FunctionType.FuncLast, 0, 0, s_temparray1));
829
table.Add("position", new
ParamInfo
(Function.FunctionType.FuncPosition, 0, 0, s_temparray1));
830
table.Add("name", new
ParamInfo
(Function.FunctionType.FuncName, 0, 1, s_temparray2));
831
table.Add("namespace-uri", new
ParamInfo
(Function.FunctionType.FuncNameSpaceUri, 0, 1, s_temparray2));
832
table.Add("local-name", new
ParamInfo
(Function.FunctionType.FuncLocalName, 0, 1, s_temparray2));
833
table.Add("count", new
ParamInfo
(Function.FunctionType.FuncCount, 1, 1, s_temparray2));
834
table.Add("id", new
ParamInfo
(Function.FunctionType.FuncID, 1, 1, s_temparray3));
835
table.Add("string", new
ParamInfo
(Function.FunctionType.FuncString, 0, 1, s_temparray3));
836
table.Add("concat", new
ParamInfo
(Function.FunctionType.FuncConcat, 2, 100, s_temparray4));
837
table.Add("starts-with", new
ParamInfo
(Function.FunctionType.FuncStartsWith, 2, 2, s_temparray5));
838
table.Add("contains", new
ParamInfo
(Function.FunctionType.FuncContains, 2, 2, s_temparray5));
839
table.Add("substring-before", new
ParamInfo
(Function.FunctionType.FuncSubstringBefore, 2, 2, s_temparray5));
840
table.Add("substring-after", new
ParamInfo
(Function.FunctionType.FuncSubstringAfter, 2, 2, s_temparray5));
841
table.Add("substring", new
ParamInfo
(Function.FunctionType.FuncSubstring, 2, 3, s_temparray6));
842
table.Add("string-length", new
ParamInfo
(Function.FunctionType.FuncStringLength, 0, 1, s_temparray4));
843
table.Add("normalize-space", new
ParamInfo
(Function.FunctionType.FuncNormalize, 0, 1, s_temparray4));
844
table.Add("translate", new
ParamInfo
(Function.FunctionType.FuncTranslate, 3, 3, s_temparray7));
845
table.Add("boolean", new
ParamInfo
(Function.FunctionType.FuncBoolean, 1, 1, s_temparray3));
846
table.Add("not", new
ParamInfo
(Function.FunctionType.FuncNot, 1, 1, s_temparray8));
847
table.Add("true", new
ParamInfo
(Function.FunctionType.FuncTrue, 0, 0, s_temparray8));
848
table.Add("false", new
ParamInfo
(Function.FunctionType.FuncFalse, 0, 0, s_temparray8));
849
table.Add("lang", new
ParamInfo
(Function.FunctionType.FuncLang, 1, 1, s_temparray4));
850
table.Add("number", new
ParamInfo
(Function.FunctionType.FuncNumber, 0, 1, s_temparray3));
851
table.Add("sum", new
ParamInfo
(Function.FunctionType.FuncSum, 1, 1, s_temparray2));
852
table.Add("floor", new
ParamInfo
(Function.FunctionType.FuncFloor, 1, 1, s_temparray9));
853
table.Add("ceiling", new
ParamInfo
(Function.FunctionType.FuncCeiling, 1, 1, s_temparray9));
854
table.Add("round", new
ParamInfo
(Function.FunctionType.FuncRound, 1, 1, s_temparray9));
4 references to ParamInfo
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (4)
537
ParamInfo
pi = (
ParamInfo
)s_functionTable[name];
674
ParamInfo
pi = (
ParamInfo
)s_functionTable["id"];