5 references to MatchSingle
System.ServiceModel.Web (5)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (5)
211UriTemplateMatch match = this.helpUriTable.MatchSingle(to); 267if (table.MatchSingle(to) != null) 295UriTemplateMatch result = methodSpecificTable.MatchSingle(to); 325if (methodSpecificTable != null && methodSpecificTable.MatchSingle(originalPlusSlash) != null) 341if (table != methodSpecificTable && table.MatchSingle(originalPlusSlash) != null)