16 references to m_domainTable
System.Net.Primitives (16)
System\Net\CookieContainer.cs (16)
277lock (m_domainTable.SyncRoot) 279pathList = (PathList?)m_domainTable[cookie.DomainKey]; 282m_domainTable[cookie.DomainKey] = (pathList = new PathList()); 332if (m_domainTable.Count > m_count || pathList.Count > m_maxCookiesPerDomain) 384lock (m_domainTable.SyncRoot) 386foreach (object item in m_domainTable) 397pathList = (PathList)m_domainTable[domain]!; 513lock (m_domainTable.SyncRoot) 516IDictionaryEnumerator enumerator = m_domainTable.GetEnumerator(); 546m_domainTable.Remove(key); 773lock (m_domainTable.SyncRoot) 775IDictionaryEnumerator lists = m_domainTable.GetEnumerator(); 869lock (m_domainTable.SyncRoot) 871pathList = (PathList)m_domainTable[domainAttribute[i]]!; 897lock (m_domainTable.SyncRoot) 899m_domainTable.Remove(domainAttribute[i]);