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