4 references to GetSingleAttribute
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
579
T result =
GetSingleAttribute
<T>(attrProvider, attrTypeGroup);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
813
return ServiceReflector.
GetSingleAttribute
<XmlSerializerFormatAttribute>(attrProvider, s_formatterAttributes);
817
return ServiceReflector.
GetSingleAttribute
<DataContractFormatAttribute>(attrProvider, s_formatterAttributes);
1421
MessageBodyMemberAttribute bodyAttr = ServiceReflector.
GetSingleAttribute
<MessageBodyMemberAttribute>(attrProvider, s_messageContractMemberAttributes);