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