2 instantiations of Entry
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
2067
_entries[_count++] = new
Entry
(key, value);
2072
_entries[_count - 1] = new
Entry
(key, value);
2 references to Entry
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (2)
2032
private
Entry
[] _entries;
2037
_entries = new
Entry
[MaxEntries];