11 overrides of WriteLine
dotnet-svcutil-lib (1)
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis (1)
Microsoft.Build (1)
Microsoft.CodeAnalysis.Scripting.TestUtilities (2)
System.Private.CoreLib (5)
1087 references to WriteLine
BoundTreeGenerator (1)
BuildBoss (45)
ClientSample (6)
CodeGenerator (5)
CodeStyleConfigFileGenerator (1)
csc (1)
CSharpSyntaxGenerator (14)
csi (1)
DnnAnalyzer (1)
dotnet-dev-certs (7)
dotnet-getdocument (7)
dotnet-openapi (13)
dotnet-sql-cache (7)
dotnet-svcutil.xmlserializer (2)
dotnet-svcutil-lib (99)
dotnet-user-jwts (7)
dotnet-user-secrets (7)
GenerateDocumentationAndConfigFiles (6)
GetDocument.Insider (8)
HelixTestRunner (1)
HtmlGenerationWebSite (12)
IIS.Microbenchmarks (1)
illink (1)
InProcessWebSite (5)
Microsoft.Arcade.Common (5)
Microsoft.AspNetCore.Authentication.JwtBearer.Tools.Tests (1)
Microsoft.AspNetCore.Components.Performance (1)
Microsoft.AspNetCore.Components.WebAssembly (1)
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (1)
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (1)
Microsoft.AspNetCore.Http.Microbenchmarks (1)
Microsoft.AspNetCore.Mvc.Razor.Test (1)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
Microsoft.AspNetCore.OpenApi.Microbenchmarks (1)
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
Microsoft.AspNetCore.RequestDecompression.Microbenchmarks (1)
Microsoft.AspNetCore.ResponseCaching.Microbenchmarks (1)
Microsoft.AspNetCore.ResponseCompression.Microbenchmarks (1)
Microsoft.AspNetCore.Routing (7)
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Microsoft.AspNetCore.Security.Microbenchmarks (1)
Microsoft.AspNetCore.Server.HttpSys.Microbenchmarks (1)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.Shared.Tests (6)
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
Microsoft.AspNetCore.WebSockets.Microbenchmarks (1)
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (1)
Microsoft.Build (20)
Microsoft.Build.Engine.UnitTests (5)
Microsoft.Build.Utilities.Core (4)
Microsoft.Cci.Extensions (4)
Microsoft.CodeAnalysis (19)
CommandLine\ReportAnalyzerUtil.cs (9)
27consoleOutput.WriteLine(CodeAnalysisResources.MultithreadedAnalyzerExecutionNote);
74consoleOutput.WriteLine(string.Format(CodeAnalysisResources.AnalyzerTotalExecutionTime, totalAnalyzerExecutionTime.ToString("##0.000", culture)));
78consoleOutput.WriteLine(GetColumnHeader(CodeAnalysisResources.AnalyzerNameColumnHeader));
88consoleOutput.WriteLine(GetColumnEntry(executionTime, percentage, analyzerGroup.Key.FullName, culture));
98consoleOutput.WriteLine(GetColumnEntry(executionTime, percentage, analyzerNameColumn, culture));
120consoleOutput.WriteLine(string.Format(CodeAnalysisResources.GeneratorTotalExecutionTime, totalTime.ToString("##0.000", culture)));
124consoleOutput.WriteLine(GetColumnHeader(CodeAnalysisResources.GeneratorNameColumnHeader));
135consoleOutput.WriteLine(GetColumnEntry(executionTime, percentage, generatorGroup.Key.FullName, culture));
141consoleOutput.WriteLine(GetColumnEntry(executionTime, percentage, " " + timingInfo.Generator.GetGeneratorType().FullName, culture));
Microsoft.CodeAnalysis.CSharp (7)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (2)
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Microsoft.CodeAnalysis.InteractiveHost (16)
Microsoft.CodeAnalysis.Scripting (5)
Microsoft.CodeAnalysis.Scripting.TestUtilities (1)
Microsoft.CodeAnalysis.VisualBasic (6)
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.AsmDiff (1)
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
Microsoft.DotNet.Build.Tasks.Workloads (24)
Microsoft.DotNet.MacOsPkg.Cli (1)
Microsoft.DotNet.Open.Api.Tools.Tests (1)
Microsoft.DotNet.SignCheckLibrary (1)
Microsoft.DotNet.SourceBuild.Tasks (12)
Microsoft.DotNet.SwaggerGenerator.CmdLine (3)
Microsoft.DotNet.Tar (2)
Microsoft.DotNet.VersionTools.Cli (1)
Microsoft.Extensions.ApiDescription.Client.Tests (1)
Microsoft.Extensions.ApiDescription.Tool.Tests (1)
Microsoft.Extensions.Diagnostics (1)
Microsoft.Extensions.ObjectPool.Microbenchmark (1)
Microsoft.Extensions.SecretManager.Tools.Tests (1)
Microsoft.Interop.ComInterfaceGenerator (5)
Microsoft.Maui.Resizetizer (9)
Microsoft.ML.AutoML (2)
Microsoft.ML.Core (8)
Microsoft.ML.Data (6)
Microsoft.ML.FastTree (11)
Microsoft.ML.KMeansClustering (1)
Microsoft.ML.Maml (8)
Microsoft.ML.Mkl.Components (3)
Microsoft.ML.PCA (1)
Microsoft.ML.Recommender (1)
Microsoft.ML.ResultProcessor (5)
Microsoft.ML.StandardTrainers (14)
Microsoft.ML.Sweeper (2)
Microsoft.ML.TestFramework (6)
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.ML.Transforms (2)
Microsoft.ML.Vision (1)
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
MSBuild (7)
MSBuildTaskHost (4)
PrepareTests (2)
Roslyn.Test.Performance.Utilities (2)
RunTests (1)
Stress.ApiService (2)
Swaggatherer (10)
System.CodeDom (44)
System.Configuration.ConfigurationManager (1)
System.Console (1)
System.Diagnostics.TextWriterTraceListener (1)
System.Private.CoreLib (13)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (9)
486WriteLine(f.ToString(null, FormatProvider));
490WriteLine(value.ToString());
500WriteLine(string.Format(FormatProvider, format, arg0));
508WriteLine(string.Format(FormatProvider, format, arg0, arg1));
516WriteLine(string.Format(FormatProvider, format, arg0, arg1, arg2));
524WriteLine(string.Format(FormatProvider, format, arg));
534WriteLine(string.Format(FormatProvider, format, arg));
612t.Item1.WriteLine(t.Item2);
905public override void WriteLine(string? value) => _out.WriteLine(value);
System.Private.Xml (6)
System.Text.RegularExpressions (71)
System.Text.RegularExpressions.Generator (2)
System.Windows.Forms (1)
System.Windows.Forms.Design (1)
Templates.Blazor.Tests (6)
Templates.Blazor.WebAssembly.Auth.Tests (6)
Templates.Blazor.WebAssembly.Tests (6)
Templates.Mvc.Tests (6)
Templates.Tests (6)
vbc (1)
VBCSCompiler (1)
VisualBasicSyntaxGenerator (346)
Wasm.Performance.ConsoleHost (6)
Wasm.Performance.Driver (2)
WebSocketSample (3)