1 write to unescapedDefaults
System.ServiceModel (1)
System\UriTemplate.cs (1)
948
this.
unescapedDefaults
= new ConcurrentDictionary<string, string>(StringComparer.Ordinal);
2 references to unescapedDefaults
System.ServiceModel (2)
System\UriTemplate.cs (2)
946
if (this.
unescapedDefaults
== null)
951
return this.
unescapedDefaults
.GetOrAdd(escapedValue, Uri.UnescapeDataString);