2 references to InternalSetName
System.Net.Primitives (2)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
524return cookie.InternalSetName(value);
System\Net\Cookie.cs (1)
233if (string.IsNullOrEmpty(value) || !InternalSetName(value))