2 references to TrimEnd
System.ServiceModel (2)
System\ServiceModel\XmlUtil.cs (2)
105
localName = TrimStart(
TrimEnd
(qname));
112
localName =
TrimEnd
(qname.Substring(index + 1));