3 writes to _stringValue
System.Web (3)
HttpCookie.cs (3)
78_stringValue = value; 266_stringValue = value; 326_stringValue = null;
8 references to _stringValue
System.Web (8)
HttpCookie.cs (8)
254return _stringValue; 320if (_stringValue != null) { 321if (_stringValue.IndexOf('&') >= 0 || _stringValue.IndexOf('=') >= 0) 322_multiValue.FillFromString(_stringValue); 324_multiValue.Add(null, _stringValue); 456else if (_stringValue != null) 457s.Append(_stringValue);