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