52 instantiations of LinkedList
dotnet-svcutil-lib (1)
GenerateDocumentationAndConfigFiles (1)
Microsoft.Build (6)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.CSharp (3)
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.Web.XmlTransform (2)
Roslyn.Diagnostics.Analyzers (1)
Roslyn.Diagnostics.CSharp.Analyzers (1)
rzc (1)
System.Data.Common (2)
System.IO.Packaging (1)
System.Net.Requests (2)
System.ServiceModel.Primitives (1)
System.Windows.Forms (3)
System.Windows.Forms.Design (1)
74 references to LinkedList
dotnet-svcutil-lib (2)
GenerateDocumentationAndConfigFiles (2)
Microsoft.Build (6)
Microsoft.CodeAnalysis (1)
Microsoft.CodeAnalysis.Analyzers (2)
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
48nameof(LinkedList<>),
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Features (1)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForFluentDiagnosticAnalyzer.cs (1)
48nameof(LinkedList<>),
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Razor.Compiler (3)
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
Microsoft.CodeAnalysis.Workspaces (2)
Microsoft.CSharp (3)
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.Web.XmlTransform (2)
netstandard (1)
Roslyn.Diagnostics.Analyzers (2)
Roslyn.Diagnostics.CSharp.Analyzers (1)
rzc (1)
System (1)
System.Collections (5)
System.Data.Common (2)
System.IO.Packaging (1)
System.Net.Requests (2)
System.ServiceModel.Primitives (1)
System.Text.RegularExpressions (1)
System.Windows.Forms (7)
System.Windows.Forms.Design (1)