6 references to DefaultValues
System.ServiceModel (6)
System\UriTemplate.cs (6)
218if ((this.variables.DefaultValues != null) && this.variables.DefaultValues.ContainsKey(uppercaseKey)) 252if ((this.variables != null) && (this.variables.DefaultValues != null)) 743Fx.Assert(this.variables.DefaultValues != null, "Otherwise - no default values to bind"); 1016if ((template.variables != null) && (template.variables.DefaultValues != null)) 1018foreach (KeyValuePair<string, string> kvp in template.variables.DefaultValues)