2 references to ReverseString
System.ServiceModel (2)
System\UriTemplateCompoundPathSegment.cs (2)
437
string reversedSuffix =
ReverseString
(this.varLitPairs[this.varLitPairs.Count - 1].Literal);
438
string reversedOtherSuffix =
ReverseString
(other.varLitPairs[other.varLitPairs.Count - 1].Literal);