2 writes to wildcardTable
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
122
if (!methodSpecificTables.TryGetValue(WebHttpBehavior.WildcardMethod, out
wildcardTable
))
124
wildcardTable
= null;
2 references to wildcardTable
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (2)
238
if (
wildcardTable
!= null)
241
uriMatched = CanUriMatch(
wildcardTable
, to, prop, message, out operationName);