2 references to TrimEnd
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\XmlUtil.cs (2)
110
localName = TrimStart(
TrimEnd
(qname));
117
localName =
TrimEnd
(qname.Substring(index + 1));