1 write to defaults
System.ServiceModel (1)
System\UriTemplate.cs (1)
268
Interlocked.CompareExchange<IDictionary<string, string>>(ref this.
defaults
, new UriTemplateDefaults(this), null);
2 references to defaults
System.ServiceModel (2)
System\UriTemplate.cs (2)
266
if (this.
defaults
== null)
270
return this.
defaults
;