3 references to SingleResultAttribute
System.Data.Services (3)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
727bool hasSingleResult = SingleResultAttribute.MethodHasSingleResult(method);
System\Data\Services\SingleResultAttribute.cs (2)
26/// <summary>Declares a new <see cref="SingleResultAttribute"/> instance.</summary> 40return method.GetCustomAttributes(typeof(SingleResultAttribute), true).Length > 0;