2 references to xPathItemSubFormatString
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (2)
1732
private const string xPathNamedItemSubFormatString =
xPathItemSubFormatString
+ "[@name='{1}']";
1854
rest += string.Format(CultureInfo.InvariantCulture,
xPathItemSubFormatString
, messageTag);