2 references to ReturnTypes
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\Function.cs (1)
85return ReturnTypes[(int)_functionType];
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NodeFunctions.cs (1)
103public override XPathResultType StaticType { get { return Function.ReturnTypes[(int)_funcType]; } }