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