5 references to ChangeInterceptorAttribute
System.Data.Services (5)
System\Data\Services\ChangeInterceptorAttribute.cs (1)
27/// <summary>Declares a new <see cref="ChangeInterceptorAttribute"/> instance.</summary>
System\Data\Services\DataServiceConfiguration.cs (4)
1027ChangeInterceptorAttribute[] changeAttributes = (ChangeInterceptorAttribute[]) 1028method.GetCustomAttributes(typeof(ChangeInterceptorAttribute), true /* inherit */); 1029foreach (ChangeInterceptorAttribute attribute in changeAttributes)