5 references to Last
System.IdentityModel (1)
System\IdentityModel\Tokens\MruSessionSecurityTokenCache.cs (1)
319
SessionSecurityTokenCacheKey keyRemove = this.mruList.
Last
.Value;
System.ServiceModel.Internals (2)
System\Runtime\DuplicateDetector.cs (1)
49
LinkedListNode<T> node = this.fifoList.
Last
;
System\Runtime\MruCache.cs (1)
74
TKey keyRemove = this.mruList.
Last
.Value;
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
1833
this._current = this._list.
Last
;
System.Workflow.Runtime (1)
WorkflowDefinitionDispenser.cs (1)
511
RemoveFromDictionary(this.mruList.
Last
.Value);