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