1 write to catchAllOperationName
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (1)
85
this.
catchAllOperationName
= od.Name;
7 references to catchAllOperationName
System.ServiceModel.Web (7)
System\ServiceModel\Dispatcher\WebHttpDispatchOperationSelector.cs (7)
78
if (this.
catchAllOperationName
!= "")
186
return this.
catchAllOperationName
;
192
return this.
catchAllOperationName
;
197
return this.
catchAllOperationName
;
206
return this.
catchAllOperationName
;
222
return this.
catchAllOperationName
;
289
return
catchAllOperationName
;