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