5 references to GetSingleAttribute
System.ServiceModel (5)
System\ServiceModel\Description\ServiceReflector.cs (1)
619T result = GetSingleAttribute<T>(attrProvider, attrTypeGroup);
System\ServiceModel\Description\TypeLoader.cs (4)
764return ServiceReflector.GetSingleAttribute<XmlSerializerFormatAttribute>(attrProvider, formatterAttributes); 768return ServiceReflector.GetSingleAttribute<DataContractFormatAttribute>(attrProvider, formatterAttributes); 1376MessageBodyMemberAttribute bodyAttr = ServiceReflector.GetSingleAttribute<MessageBodyMemberAttribute>(attrProvider, messageContractMemberAttributes); 1460MessagePropertyAttribute attr = ServiceReflector.GetSingleAttribute<MessagePropertyAttribute>(attrProvider, messageContractMemberAttributes);