3 writes to value
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (3)
86entry.value = value; 104_mruEntry.value = null; 120_mruEntry.value = null;
4 references to value
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (4)
77TValue item = _items[keyRemove].value; 116OnSingleItemRemoved(entry.value); 145value = _mruEntry.value; 152value = entry.value;