1 instantiation of WebInvokeAttribute
System.Data.Services (1)
System\Data\Services\IRequestHandler.cs (1)
31[WebInvoke(UriTemplate = "*", Method = "*")]
14 references to WebInvokeAttribute
System.Data.Services (1)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
511else if (methodInfo.GetCustomAttributes(typeof(WebInvokeAttribute), true).Length != 0)
System.ServiceModel.Web (13)
System\ServiceModel\Description\WebHttpBehavior.cs (11)
361WebInvokeAttribute wia = od.Behaviors.Find<WebInvokeAttribute>(); 381WebInvokeAttribute wia = od.Behaviors.Find<WebInvokeAttribute>(); 478WebInvokeAttribute wia = od.Behaviors.Find<WebInvokeAttribute>(); 874static void EnsureOk(WebGetAttribute wga, WebInvokeAttribute wia, OperationDescription od) 1136WebInvokeAttribute wia = od.Behaviors.Find<WebInvokeAttribute>(); 1155WebInvokeAttribute wia = od.Behaviors.Find<WebInvokeAttribute>();
System\ServiceModel\Description\WebScriptEnablingBehavior.cs (2)
177WebInvokeAttribute webInvokeAttribute = operation.Behaviors.Find<WebInvokeAttribute>();