2 references to xPathItemSubFormatString
System.ServiceModel (2)
System\ServiceModel\Description\WsdlImporter.cs (2)
1745
const string xPathNamedItemSubFormatString =
xPathItemSubFormatString
+ "[@name='{1}']";
1867
rest += string.Format(CultureInfo.InvariantCulture,
xPathItemSubFormatString
, messageTag);