2 instantiations of Entry
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\Message.cs (2)
2258_entries[_count++] = new Entry(key, value); 2263_entries[_count - 1] = new Entry(key, value);
2 references to Entry
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\Message.cs (2)
2212private Entry[] _entries; 2217_entries = new Entry[MaxEntries];