1 write to value
System.ServiceModel (1)
System\UriTemplateLiteralQueryValue.cs (1)
22this.value = value;
8 references to value
System.ServiceModel (8)
System\UriTemplateLiteralQueryValue.cs (8)
31return UrlUtility.UrlEncode(this.value, Encoding.UTF8); 35return this.value; 44return string.Compare(this.value, other.value, StringComparison.Ordinal); 57return this.value == lqv.value; 62return this.value.GetHashCode(); 82Fx.Assert(string.Compare(this.value, value, StringComparison.Ordinal) == 0, "How can that be?");