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