3 references to StartsWith
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryFunctions.cs (2)
407new XPathFunction(XPathFunctionID.StartsWith, "starts-with", ValueDataType.Boolean, new ValueDataType[] { ValueDataType.String, ValueDataType.String }), 698case XPathFunctionID.StartsWith:
System\ServiceModel\Dispatcher\XPathCompiler.cs (1)
382if (XPathFunctionID.StartsWith == function.ID)