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