2 writes to _value
System.Net.Http (2)
System\Net\Http\Headers\HeaderStringValues.cs (2)
23
_value
= value;
32
_value
= values;
4 references to _value
System.Net.Http (4)
System\Net\Http\Headers\HeaderStringValues.cs (4)
12
/// <summary>The associated header. This is used only for producing a string from <see cref="
_value
"/> when it's an array.</summary>
36
public int Count =>
_value
switch
45
public override string ToString() =>
_value
switch
54
public Enumerator GetEnumerator() => new Enumerator(
_value
);