3 references to GetContractName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\TypeLoader.cs (3)
183
XmlQualifiedName contractName = NamingHelper.
GetContractName
(channelType, null, NamingHelper.MSNamespace);
198
XmlQualifiedName contractName = NamingHelper.
GetContractName
(channelType, null, NamingHelper.MSNamespace);
742
XmlQualifiedName contractName = NamingHelper.
GetContractName
(contractType, contractAttr.Name, contractAttr.Namespace);