3 references to MediaEntryAttribute
System.Data.Services.Client (3)
System\Data\Services\Client\ClientType.cs (3)
773object[] attributes = this.ElementType.GetCustomAttributes(typeof(MediaEntryAttribute), true); 778MediaEntryAttribute mediaEntryAttribute = (MediaEntryAttribute)attributes[0];