1 write to _multiValue
System.Web (1)
HttpCookie.cs (1)
317
_multiValue
= new HttpValueCollection();
11 references to _multiValue
System.Web (11)
HttpCookie.cs (11)
251
if (
_multiValue
!= null)
252
return
_multiValue
.ToString(false);
258
if (
_multiValue
!= null) {
261
_multiValue
.Reset();
262
_multiValue
.Add(null, value);
315
if (
_multiValue
== null) {
322
_multiValue
.FillFromString(_stringValue);
324
_multiValue
.Add(null, _stringValue);
332
return
_multiValue
;
454
if (
_multiValue
!= null)
455
s.Append(
_multiValue
.ToString(false));