19 references to Last
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (1)
75TKey keyRemove = _mruList.Last.Value;
Microsoft.Build (1)
Evaluation\ProjectRootElementCache.cs (1)
605node = _strongCache.Last;
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
103var lastNode = _nodeList.Last;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (1)
103var lastNode = _nodeList.Last;
Microsoft.ML.Core (1)
Utilities\LruCache.cs (1)
69node = _lru.Last;
Microsoft.ML.Data (1)
Model\Pfa\SavePfaCommand.cs (1)
143Host.Assert(transforms.Count == 0 || transforms.Last.Value == end);
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
335Host.Assert(transforms.Count == 0 || transforms.Last.Value == end);
Microsoft.ML.Tokenizers (1)
Utils\LruCache.cs (1)
111LinkedListNode<KeyValuePair<string, TValue>>? nodeToEvict = _lruList.Last;
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (1)
31Dim last As LinkedListNode(Of TKey) = _list.Last
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1597_dict.Remove(_list.Last.Value)
Microsoft.VisualStudio.LanguageServices (1)
src\Compilers\Core\Portable\InternalUtilities\ConcurrentLruCache.cs (1)
103var lastNode = _nodeList.Last;
System.Windows.Forms (6)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarAccessibleObject.cs (1)
93if (_monthCalendarAccessibleObject.CalendarsAccessibleObjects?.Last?.Value == this
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
77NavigateDirection.NavigateDirection_LastChild => RowsAccessibleObjects?.Last?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
153NavigateDirection.NavigateDirection_LastChild => CellsAccessibleObjects?.Last?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarTodayLinkAccessibleObject.cs (1)
40=> _monthCalendarAccessibleObject.CalendarsAccessibleObjects?.Last?.Value,
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (2)
180=> CalendarsAccessibleObjects?.Last?.Value is CalendarAccessibleObject lastCalendar 214: CalendarsAccessibleObjects?.Last?.Value,
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\MonthCalendar.CalendarDayOfWeekCellAccessibleObjectTests.cs (2)
147CalendarDayOfWeekCellAccessibleObject friday = days?.Last?.Previous?.Value as CalendarDayOfWeekCellAccessibleObject; 148CalendarDayOfWeekCellAccessibleObject saturday = days?.Last?.Value as CalendarDayOfWeekCellAccessibleObject;