1 write to _headerList
mscorlib (1)
system\runtime\remoting\ichannel.cs (1)
416_headerList = new ArrayList(6);
6 references to _headerList
mscorlib (6)
system\runtime\remoting\ichannel.cs (6)
429foreach (DictionaryEntry entry in _headerList) 448int co = _headerList.Count - 1; 451String headerKey = (String)((DictionaryEntry)_headerList[co]).Key; 454_headerList.RemoveAt(co); 463_headerList.Add(new DictionaryEntry(key, value)); 471return _headerList.GetEnumerator();