2 references to GetContractTypeAndAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
589
return
GetContractTypeAndAttribute
(interfaceType, out contractAttribute);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (1)
70
Type actualContractType = ServiceReflector.
GetContractTypeAndAttribute
(contractType, out actualContractAttribute);