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