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