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