4 references to AsUnescapedString
System.ServiceModel (4)
System\UriTemplateCompoundPathSegment.cs (1)
180return TryLookup(segment.AsUnescapedString(), null);
System\UriTemplateLiteralPathSegment.cs (3)
78path.AppendFormat("{0}/", AsUnescapedString()); 82path.Append(AsUnescapedString()); 139Fx.Assert(StringComparer.OrdinalIgnoreCase.Compare(AsUnescapedString(), segment) == 0,