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