2 writes to Value
System.Web (2)
Util\SubscriptionQueue.cs (2)
56theNode.Value = default(T); // unroot the value in case it's large 79_node.Value = default(T); // unroot the value in case it's large
40 references to Value
System (9)
net\System\Net\_PrefixLookup.cs (4)
101if (lruList.First != null && lruList.First.Value.prefix.Equals(prefix)) 104lruList.First.Value.value = value; 149prefix = pairNode.Value.prefix; 170return mostSpecificMatch != null ? mostSpecificMatch.Value.value : null;
net\System\Net\_TimerThread.cs (1)
674TimerQueue queue = (TimerQueue) node.Value.Target;
regex\system\text\regularexpressions\Regex.cs (4)
1332if (current.Value._key == key) { 1336return current.Value; 1353if (current.Value._key == key) { 1356return current.Value;
System.Data.DataSetExtensions (4)
System\Data\SortExpressionBuilder.cs (4)
147if (selector == _currentSelector.Value) 160if (comparer == _currentComparer.Value) 182if (selector == _currentSelector.Value) 195if (comparer == _currentComparer.Value)
System.Data.Linq (6)
SqlClient\Reader\ObjectReaderCompiler.cs (6)
319if (elementType == info.Value.elementType && 320dataReaderType == info.Value.dataReaderType && 321mapping == info.Value.mapping && 322DataLoadOptions.ShapesAreEquivalent(options, info.Value.options) && 323SqlProjectionComparer.AreSimilar(projection, info.Value.projection) 328return info.Value.factory;
System.IdentityModel (2)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (2)
192if (this.mruEntry.Node != null && key != null && key.Equals(this.mruEntry.Node.Value)) 319SessionSecurityTokenCacheKey keyRemove = this.mruList.Last.Value;
System.ServiceModel.Internals (3)
System\Runtime\DuplicateDetector.cs (1)
50this.items.Remove(node.Value);
System\Runtime\MruCache.cs (2)
74TKey keyRemove = this.mruList.Last.Value; 142if (this.mruEntry.node != null && key != null && key.Equals(this.mruEntry.node.Value))
System.Web (1)
Util\SubscriptionQueue.cs (1)
55result = theNode.Value;
System.Web.DataVisualization (8)
WebForm\General\ChartHttpHandler.cs (8)
1792this._current.Value.Created = DateTime.Now - this._itemLifeTime - TimeSpan.FromSeconds(1); 1826if ( !this.IsExpired(this._current.Value, now)) 1830if (!this.IsExpired(this._list.First.Value, now)) 1842if (!this.IsExpired(this._current.Next.Value, now)) 1849this._current.Value.Created = now; 1852this._current.Value.SessionID = ChartHttpHandler.Settings.ReadSessionKey(); 1853this._current.Value.InUse = true; 1865return String.Format( CultureInfo.InvariantCulture, this._keyFormat, this._current.Value.Index);
System.Workflow.Runtime (7)
WorkflowDefinitionDispenser.cs (7)
415byte[] key = node.Value.GetValue(WorkflowDefinitionHashCodeProperty) as byte[]; 422Type type = node.Value.GetType(); 433return node.Value; 511RemoveFromDictionary(this.mruList.Last.Value); 526return node.Value; 544list.Add(node.Value); 562node.Value.Dispose();