2 writes to mruEntry
System.ServiceModel.Internals (2)
System\Runtime\MruCache.cs (2)
87this.mruEntry = entry; 159this.mruEntry = entry;
8 references to mruEntry
System.ServiceModel.Internals (8)
System\Runtime\MruCache.cs (8)
103this.mruEntry.value = null; 104this.mruEntry.node = null; 117if (object.ReferenceEquals(this.mruEntry.node, entry.node)) 119this.mruEntry.value = null; 120this.mruEntry.node = null; 142if (this.mruEntry.node != null && key != null && key.Equals(this.mruEntry.node.Value)) 144value = this.mruEntry.value;