1 write to s_internalSetNameMethod
System.Net.HttpListener (1)
src\libraries\Common\src\System\Net\CookieParser.cs (1)
540s_internalSetNameMethod = (Func<Cookie, string?, bool>)Delegate.CreateDelegate(typeof(Func<Cookie, string?, bool>), method);
2 references to s_internalSetNameMethod
System.Net.HttpListener (2)
src\libraries\Common\src\System\Net\CookieParser.cs (2)
532if (s_internalSetNameMethod == null) 543return s_internalSetNameMethod;