5 references to QueryInterceptorAttribute
System.Data.Services (5)
System\Data\Services\DataServiceConfiguration.cs (4)
1001QueryInterceptorAttribute[] queryAttributes = (QueryInterceptorAttribute[]) 1002method.GetCustomAttributes(typeof(QueryInterceptorAttribute), true /* inherit */); 1003foreach (QueryInterceptorAttribute attribute in queryAttributes)
System\Data\Services\QueryInterceptorAttribute.cs (1)
26/// <summary>Declares a new <see cref="QueryInterceptorAttribute"/> instance.</summary>