54 instantiations of LinkedList
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Microsoft.Build (10)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.Extensions.Http.Diagnostics.Tests (8)
HttpHeadersRedactorTests.cs (8)
32Add(new LinkedList<string>(new List<string> { "aaa", "bbb", "ccc" }), "Redacted:aaa,Redacted:bbb,Redacted:ccc");
33Add(new LinkedList<string>(new List<string> { "aaa", "bbb", null! }), "Redacted:aaa,Redacted:bbb,");
34Add(new LinkedList<string>(new List<string> { "aaa", null!, null! }), "Redacted:aaa,,");
35Add(new LinkedList<string>(new List<string> { null!, null!, null! }), ",,");
36Add(new LinkedList<string>(new List<string> { null! }), string.Empty);
37Add(new LinkedList<string>(new List<string> { "aaa" }), "Redacted:aaa");
38Add(new LinkedList<string>(new List<string>()), string.Empty);
39Add(new LinkedList<string>(new List<string> { longStr, "bbb", "ccc" }), $"Redacted:{longStr},Redacted:bbb,Redacted:ccc");
Microsoft.Gen.Logging (1)
Microsoft.ML.Core (1)
Microsoft.ML.Data (1)
Microsoft.ML.FastTree (2)
Microsoft.ML.OnnxConverter (1)
Microsoft.ML.Tokenizers (1)
Microsoft.VisualBasic.Core (2)
Microsoft.VisualStudio.LanguageServices (3)
System.Data.Common (2)
System.IO.Packaging (1)
System.Net.Requests (2)
System.Windows.Forms (3)
System.Windows.Forms.Design (1)
88 references to LinkedList
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMapperTests.cs (3)
761var expected = new LinkedList<int>(new[] { 10, 11, 12, 13, 14, 15, 16, 17, 18, 19 });
762CanDeserialize_Collection<LinkedList<int>, LinkedList<int>, int>(expected);
Microsoft.AspNetCore.Mvc.Core.Test (6)
Microsoft.Build (15)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
49nameof(LinkedList<int>),
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
49nameof(LinkedList<int>),
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (3)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.Remote.ServiceHub (3)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Microsoft.Gen.Logging (2)
Microsoft.ML.Core (1)
Microsoft.ML.Data (2)
Microsoft.ML.FastTree (2)
Microsoft.ML.OnnxConverter (4)
Microsoft.ML.Tests (2)
Microsoft.ML.Tokenizers (1)
Microsoft.VisualBasic.Core (1)
Microsoft.VisualStudio.LanguageServices (5)
netstandard (1)
System (1)
System.Collections (5)
System.Data.Common (2)
System.IO.Packaging (1)
System.Net.Requests (2)
System.Text.RegularExpressions (1)
System.Windows.Forms (7)
System.Windows.Forms.Design (1)
System.Windows.Forms.Tests (4)