1 write to _entries
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\Message.cs (1)
2217_entries = new Entry[MaxEntries];
8 references to _entries
System.ServiceModel.Primitives (8)
System\ServiceModel\Channels\Message.cs (8)
2240if (_entries[i].Key == key) 2242return _entries[i].Value; 2256if (_count < _entries.Length) 2258_entries[_count++] = new Entry(key, value); 2262Array.Copy(_entries, 1, _entries, 0, _entries.Length - 1); 2263_entries[_count - 1] = new Entry(key, value);