2 writes to Name
System (1)
net\System\Net\cookie.cs (1)
108
Name
= name;
System.Web (1)
WebSockets\AspNetWebSocketContextImpl.cs (1)
77
Name
= cookie.Name,
12 references to Name
System (12)
net\System\Net\cookie.cs (9)
731
return (string.Compare(
Name
, other.
Name
, StringComparison.OrdinalIgnoreCase) == 0)
751
return (
Name
+ "=" + Value + ";" + Path + "; " + Domain + "; " + Version).GetHashCode();
766
+
Name
+ EqualsLiteral + Value
778
string result =
Name
+ EqualsLiteral + Value;
1520
bool first = cookie==null || cookie.
Name
==null || cookie.
Name
.Length==0;
1626
if ((result = string.Compare(left.
Name
, right.
Name
, StringComparison.OrdinalIgnoreCase)) != 0) {
net\System\Net\cookiecollection.cs (1)
84
if (string.Compare(c.
Name
, name, StringComparison.OrdinalIgnoreCase ) == 0) {
net\System\Net\cookiecontainer.cs (1)
658
if (ValidationHelper.IsBlankString(cookie.
Name
)) {
net\System\Net\HttpListenerRequest.cs (1)
671
if (cookie.
Name
.Length==0) {