34 references to AddLast
Microsoft.Build (4)
BackEnd\Components\RequestBuilder\Lookup.cs (1)
109_lookupScopes.AddLast(scope);
Collections\ItemDictionary.cs (2)
342LinkedListNode<T> node = list.AddLast(item); 402LinkedListNode<T> node = list.AddLast(projectItem);
Evaluation\Evaluator.cs (1)
1047activeTargets[targetName] = activeTargetsByEvaluationOrder.AddLast(targetElement);
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
ObjectFormatterTests.cs (3)
621obj.AddLast(1); 622obj.AddLast(2); 623obj.AddLast(3);
Microsoft.CodeAnalysis.Features (1)
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
93s_logs.AddLast(text);
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\PerformanceQueue.cs (1)
43_snapshots.AddLast(new Snapshot(rawData, unitCount));
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
275_cachedData.AddLast((documentKey.Id, type, checksum, classifiedSpans));
Microsoft.Gen.Logging (1)
Model\LoggingMethodParameterExtensions.cs (1)
42_ = propertyChain.AddLast(propertyToLog);
Microsoft.ML.Data (1)
Model\Pfa\SavePfaCommand.cs (1)
165transforms.AddLast(scorePfa);
Microsoft.ML.FastTree (3)
Training\Test.cs (3)
311_window.AddLast(currentValue); 317_window.AddLast(currentValue); 324_toleratedQueue.AddLast(new ValueIterationPair(Iteration - _windowSize / 2, _currentWindowSum));
Microsoft.ML.OnnxConverter (3)
SaveOnnxCommand.cs (3)
357transforms.AddLast(scoreOnnx); 369transforms.AddLast(outputData as ITransformCanSaveOnnx); 395transforms.AddLast(end as ITransformCanSaveOnnx);
System.Collections (3)
System\Collections\Generic\LinkedList.cs (3)
38AddLast(item); 71AddLast(value); 365AddLast(array[i]);
System.Data.Common (8)
System\Data\SortExpressionBuilder.cs (8)
136builder._currentSelector = builder._selectors.AddLast(selector); 140builder._selectors.AddLast(selector); 149builder._currentComparer = builder._comparers.AddLast(comparer); 153builder._comparers.AddLast(comparer); 171builder._currentSelector = builder._selectors.AddLast(r => selector((T)(object)r!)); 175builder._selectors.AddLast(r => selector((T)(object)r!)); 184builder._currentComparer = builder._comparers.AddLast(comparer); 188builder._comparers.AddLast(comparer);
System.IO.Packaging (1)
System\IO\Packaging\OrderedDictionary.cs (1)
35_dictionary.Add(key, _order.AddLast(value));
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
129s_newQueues.AddLast(weakQueue);
System.Windows.Forms (3)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
238_rowsAccessibleObjects.AddLast(row);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
83_cellsAccessibleObjects.AddLast(cell);
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
68_calendarsAccessibleObjects.AddLast(calendar);