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)
254
return
_stringValue
;
320
if (
_stringValue
!= null) {
321
if (
_stringValue
.IndexOf('&') >= 0 ||
_stringValue
.IndexOf('=') >= 0)
322
_multiValue.FillFromString(
_stringValue
);
324
_multiValue.Add(null,
_stringValue
);
456
else if (
_stringValue
!= null)
457
s.Append(
_stringValue
);