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