10 references to CreateXPathString
System.ServiceModel (10)
System\ServiceModel\Description\WsdlImporter.cs (10)
782string xPath = CreateXPathString(item); 1699stringBuilder.AppendLine(SR.GetString(SR.UnImportedAssertionList, CreateXPathString(item))); 1895string dependencyMessage = SR.GetString(SR.WsdlImportErrorDependencyDetail, GetElementName(wieInner.SourceItem), GetElementName(item), CreateXPathString(wieInner.SourceItem)); 1896errormessage = SR.GetString(SR.WsdlImportErrorMessageDetail, GetElementName(item), CreateXPathString(wie.SourceItem), dependencyMessage); 1900errormessage = SR.GetString(SR.WsdlImportErrorMessageDetail, GetElementName(item), CreateXPathString(wie.SourceItem), wie.Message); 1941this.xPath = CreateXPathString(item); 1965return this.XPath.StartsWith(CreateXPathString(item), StringComparison.Ordinal); 2093string xPath = CreateXPathString(item); 2339string xPath = CreateXPathString(wsdl); 2467string xPath = CreateXPathString(wsdl);