2 references to HasStreamAttribute
System.Data.Services (1)
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
954
if (type.GetCustomAttributes(typeof(
HasStreamAttribute
), true /* inherit */).Length == 1)
System.Data.Services.Client (1)
System\Data\Services\Client\ClientType.cs (1)
791
attributes = this.ElementType.GetCustomAttributes(typeof(
HasStreamAttribute
), true);