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)
429
foreach (DictionaryEntry entry in
_headerList
)
448
int co =
_headerList
.Count - 1;
451
String headerKey = (String)((DictionaryEntry)
_headerList
[co]).Key;
454
_headerList
.RemoveAt(co);
463
_headerList
.Add(new DictionaryEntry(key, value));
471
return
_headerList
.GetEnumerator();