44 references to LinkedList
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\MruCache.cs (1)
40_mruList = new LinkedList<TKey>();
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Microsoft.Build (6)
BackEnd\Components\Scheduler\SchedulingData.cs (1)
43private readonly LinkedList<SchedulableRequest> _unscheduledRequests = new LinkedList<SchedulableRequest>();
Evaluation\Evaluator.cs (1)
769LinkedList<ProjectTargetElement> activeTargetsByEvaluationOrder = new LinkedList<ProjectTargetElement>();
Evaluation\ProjectRootElementCache.cs (4)
155_strongCache = new LinkedList<ProjectRootElement>(); 431_strongCache = new LinkedList<ProjectRootElement>(); 447_strongCache = new LinkedList<ProjectRootElement>(); 470_strongCache = new LinkedList<ProjectRootElement>();
Microsoft.CodeAnalysis (1)
InternalUtilities\ConcurrentLruCache.cs (1)
41_nodeList = new LinkedList<K>();
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Utilities\NameSyntaxIterator.cs (1)
22var nodes = new LinkedList<NameSyntax>();
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Utilities\NameSyntaxIterator.cs (1)
22var nodes = new LinkedList<NameSyntax>();
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeWriter.cs (1)
60_pages = new();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeClassDesc.cs (2)
49_sourceItfs ??= new LinkedList<string>(); 54_itfs ??= new LinkedList<string>();
Microsoft\CSharp\RuntimeBinder\ComInterop\ComTypeLibDesc.cs (1)
33_classes = new LinkedList<ComTypeClassDesc>();
Microsoft.Gen.Logging (1)
Model\LoggingMethodParameterExtensions.cs (1)
15var propertyChain = new LinkedList<LoggingProperty>();
Microsoft.ML.Core (1)
Utilities\LruCache.cs (1)
36_lru = new LinkedList<KeyValuePair<TKey, TValue>>();
Microsoft.ML.Data (1)
Model\Pfa\SavePfaCommand.cs (1)
106transforms = new LinkedList<ITransformCanSavePfa>();
Microsoft.ML.FastTree (2)
Training\Test.cs (2)
294_window = new LinkedList<double>(); 295_toleratedQueue = new LinkedList<ValueIterationPair>();
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
145transforms = new LinkedList<ITransformCanSaveOnnx>();
Microsoft.ML.Tokenizers (1)
Utils\LruCache.cs (1)
18private readonly LinkedList<KeyValuePair<string, TValue>> _lruList = new();
Microsoft.VisualBasic.Core (2)
Microsoft\VisualBasic\CompilerServices\CacheDict.vb (1)
20_list = New LinkedList(Of TKey)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1569Private ReadOnly _list As New LinkedList(Of T)
Microsoft.Web.XmlTransform (2)
XmlFormatter.cs (2)
25private LinkedList<string> indents = new LinkedList<string>(); 26private LinkedList<string> attributeIndents = new LinkedList<string>();
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxNodeExtensions.cs (1)
109var nodes = new LinkedList<SyntaxNode>();
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Utilities\NameSyntaxIterator.cs (1)
22var nodes = new LinkedList<NameSyntax>();
rzc (1)
ConcurrentLruCache.cs (1)
37_nodeList = new LinkedList<TKey>();
System.Data.Common (2)
System\Data\SortExpressionBuilder.cs (2)
41private readonly LinkedList<Func<T, object>> _selectors = new LinkedList<Func<T, object>>(); 42private readonly LinkedList<Comparison<object>> _comparers = new LinkedList<Comparison<object>>();
System.IO.Packaging (1)
System\IO\Packaging\OrderedDictionary.cs (1)
23_order = new LinkedList<TValue>();
System.Net.Requests (2)
System\Net\TimerThread.cs (2)
86private static readonly LinkedList<WeakReference> s_queues = new LinkedList<WeakReference>(); 87private static readonly LinkedList<WeakReference> s_newQueues = new LinkedList<WeakReference>();
System.ServiceModel.Primitives (1)
Internals\System\Runtime\MruCache.cs (1)
58_mruList = new LinkedList<TKey>();
System.Windows.Forms (3)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarBodyAccessibleObject.cs (1)
225_rowsAccessibleObjects = new();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.CalendarRowAccessibleObject.cs (1)
68_cellsAccessibleObjects = new();
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.MonthCalendarAccessibleObject.cs (1)
52_calendarsAccessibleObjects = new();
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\EventHandlerService.cs (1)
16private readonly LinkedList<object> _handlers = new();