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