4 references to s_servicePointTable
System.Net.Requests (4)
System\Net\ServicePoint\ServicePointManager.cs (4)
125if (s_servicePointTable.TryGetValue(tableKey, out wr) && wr.TryGetTarget(out sp)) 133foreach (KeyValuePair<string, WeakReference<ServicePoint>> entry in s_servicePointTable) 142s_servicePointTable.TryRemove(entry); 160s_servicePointTable[tableKey] = new WeakReference<ServicePoint>(sp);