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