Base:

method
WriteLine
System.IO.TextWriter.WriteLine(System.String)
1 override of WriteLine
System.Private.CoreLib (1)
213 references to WriteLine
aspire (1)
Aspire.Dashboard (2)
Aspire.EndToEnd.Tests (1)
Aspire.Hosting (1)
Aspire.Hosting.Azure (1)
Aspire.Hosting.Docker (1)
Aspire.Hosting.MySql (11)
Aspire.Templates.Tests (1)
BuildValidator (7)
dotnet-sql-cache (1)
GetDocument.Insider (1)
illink (1)
installer.tasks (1)
Microsoft.AspNetCore.Diagnostics.Tests (1)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
Microsoft.AspNetCore.Tests (1)
Microsoft.Build.CommandLine.UnitTests (2)
Microsoft.Build.Tasks.Core (14)
Microsoft.DotNet.Arcade.Sdk (1)
Microsoft.DotNet.Build.Tasks.Installers (14)
Microsoft.DotNet.Build.Tasks.VisualStudio (1)
Microsoft.DotNet.Build.Tasks.Workloads (24)
Microsoft.DotNet.SignCheckLibrary (2)
Microsoft.DotNet.SignCheckTask (1)
Microsoft.DotNet.SourceBuild.Tasks (12)
Microsoft.ML.AutoML.Tests (2)
Microsoft.ML.Core.Tests (1)
Microsoft.ML.PerformanceTests (1)
Microsoft.ML.Samples (6)
Microsoft.ML.TestFramework (4)
Microsoft.ML.Tests (6)
Transformers\WordEmbeddingsTests.cs (5)
83file.WriteLine("This is custom file for 4 words with 5 dimentional vector. First line in this file is ignored");
84file.WriteLine("stop" + " " + string.Join(" ", 1.5f, 2.5f, 3.5f, 4.5f, 5.5f));
85file.WriteLine("bursts" + " " + string.Join(" ", -0.9f, -3f, 7.3f, 1.0f, 12f));
86file.WriteLine("you" + " " + string.Join(" ", -1f, -2f, -4f, -6f, -1f));
87file.WriteLine("dude" + " " + string.Join(" ", 100f, 0f, 0f, 0f, 0f));
Microsoft.ML.Tokenizers.Tests (1)
Microsoft.VisualBasic.Core (1)
MSBuild (4)
PresentationBuildTasks (14)
PresentationFramework (1)
ResultsOfTGenerator (50)
Program.cs (50)
56writer.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
57writer.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
59writer.WriteLine("// This file is generated by a tool. See: src/Http/Http.Results/tools/ResultsOfTGenerator");
63writer.WriteLine("using System.Diagnostics.CodeAnalysis;");
64writer.WriteLine("using System.Reflection;");
65writer.WriteLine("using Microsoft.AspNetCore.Builder;");
66writer.WriteLine("using Microsoft.AspNetCore.Http.Metadata;");
70writer.WriteLine("namespace Microsoft.AspNetCore.Http.HttpResults;");
77writer.WriteLine("/// <summary>");
78writer.WriteLine($"/// An <see cref=\"IResult\"/> that could be one of {i.ToWords()} different <see cref=\"IResult\"/> types. On execution will");
79writer.WriteLine("/// execute the underlying <see cref=\"IResult\"/> instance that was actually returned by the HTTP endpoint.");
80writer.WriteLine("/// </summary>");
83writer.WriteLine("/// <remarks>");
84writer.WriteLine("/// An instance of this type cannot be created explicitly. Use the implicit cast operators to create an instance");
85writer.WriteLine("/// from an instance of one of the declared type arguments, e.g.");
86writer.WriteLine("/// <code>Results<Ok, BadRequest> result = TypedResults.Ok();</code>");
87writer.WriteLine("/// </remarks>");
92writer.WriteLine(@$"/// <typeparam name=""TResult{j}"">The {j.ToOrdinalWords()} result type.</typeparam>");
110writer.WriteLine(" : IResult, INestedHttpResult, IEndpointMetadataProvider");
122writer.WriteLine("{");
195writer.WriteLine("}");
231writer.WriteLine("// Licensed to the .NET Foundation under one or more agreements.");
232writer.WriteLine("// The .NET Foundation licenses this file to you under the MIT license.");
234writer.WriteLine("// This file is generated by a tool. See: src/Http/Http.Results/tools/ResultsOfTGenerator");
237writer.WriteLine("using System.Reflection;");
238writer.WriteLine("using Microsoft.AspNetCore.Builder;");
239writer.WriteLine("using Microsoft.AspNetCore.Http.HttpResults;");
240writer.WriteLine("using Microsoft.AspNetCore.Http.Metadata;");
241writer.WriteLine("using Microsoft.AspNetCore.Routing;");
242writer.WriteLine("using Microsoft.AspNetCore.Routing.Patterns;");
246writer.WriteLine("namespace Microsoft.AspNetCore.Http.Result;");
250writer.WriteLine($"public partial class ResultsOfTTests");
251writer.WriteLine("{");
287writer.WriteLine("}");
342writer.WriteLine("_Result_IsAssignedResult(int input, Type expectedResultType)");
356writer.WriteLine("> MyApi(int id)");
433writer.WriteLine("_ExecuteResult_ExecutesAssignedResult(int input)");
447writer.WriteLine("> MyApi(int checksum)");
512writer.WriteLine("_Throws_ArgumentNullException_WhenHttpContextIsNull()");
569writer.WriteLine("_Throws_InvalidOperationException_WhenResultIsNull()");
646writer.WriteLine($"_AcceptsIResult_As{typeArgNumber.ToOrdinalWords().TitleCase()}TypeArg(int input, Type expectedResultType)");
668writer.WriteLine("> MyApi(int id)");
776writer.WriteLine($"_AcceptsNestedResultsOfT_As{typeArgNumber.ToOrdinalWords().TitleCase()}TypeArg(int input, Type expectedResultType)");
782writer.WriteLine($"{nestedResultTypeName}, ChecksumResult{typeArgCount + 1}> MyApi(int id)");
838writer.WriteLine("_PopulateMetadata_PopulatesMetadataFromTypeArgsThatImplementIEndpointMetadataProvider()");
853writer.WriteLine("> MyApi() { throw new NotImplementedException(); }");
869writer.WriteLine(">>(((Delegate)MyApi).GetMethodInfo(), builder);");
903writer.WriteLine("_PopulateMetadata_Throws_ArgumentNullException_WhenMethodOrBuilderAreNull()");
918writer.WriteLine(@">>(null, new RouteEndpointBuilder(requestDelegate: null, RoutePatternFactory.Parse(""/""), order: 0)));");
930writer.WriteLine(">>(((Delegate)GeneratedCodeIsUpToDate).GetMethodInfo(), null));");
System.CodeDom (3)
System.Private.CoreLib (1)
System.Text.RegularExpressions (13)
TaskUsageLogger (1)