1 write to m_domainTable
System (1)
net\System\Net\cookiecontainer.cs (1)
372
m_domainTable
= new Hashtable();
10 references to m_domainTable
System (10)
net\System\Net\cookiecontainer.cs (10)
273
lock (
m_domainTable
.SyncRoot) {
275
m_domainTable
.Remove(key);
278
m_domainTable
[key] = value;
298
lock (
m_domainTable
.SyncRoot)
300
pathList = (PathList)
m_domainTable
[cookie.DomainKey];
397
lock (
m_domainTable
.SyncRoot) {
398
foreach (DictionaryEntry entry in
m_domainTable
) {
405
pathList = (PathList)
m_domainTable
[domain];
763
lock (
m_domainTable
.SyncRoot) {
764
pathList = (PathList)
m_domainTable
[domainAttribute[i]];