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