2 instantiations of Entry
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
2134entries[count++] = new Entry(key, value); 2139entries[count - 1] = new Entry(key, value);
2 references to Entry
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
2099Entry[] entries; 2104entries = new Entry[MaxEntries];