7 overrides of WriteLine
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
447public override void WriteLine(string format, object arg0, object arg1)
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
740public override void WriteLine(string format, object? arg0, object? arg1)
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
385public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
599public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
431public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
869public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1) { } 1045public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1) => _out.WriteLine(format, arg0, arg1);
73 references to WriteLine
CSharpSyntaxGenerator (2)
SignatureWriter.cs (2)
65_writer.WriteLine(" public abstract partial class {0} : {1}", node.Name, node.Base); 80_writer.WriteLine(" public partial class {0} : {1}", node.Name, node.Base);
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.CodeDom\Compiler\IndentTextWriter.cs (1)
450_writer.WriteLine(format, arg0, arg1);
FrameworkFork\Microsoft.Xml\Xml\Core\util\TernaryTreeGenerator.cs (1)
441streamWriter.WriteLine("{0}internal static byte [] {1} = {{", indent2, wszName);
FrameworkFork\Microsoft.Xml\Xml\schema\AstTree.cs (1)
524msw.WriteLine("<Tree IsDss=\"{0}\" IsAttribute=\"{1}\">", axis.IsDss, axis.IsAttribute);
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
119writer.WriteLine(" Count = {0}{1}", this.Count, this.Count > 0 ? "," : "");
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\Tokens\GenericXmlSecurityToken.cs (1)
118writer.WriteLine(" Token Element: ({0}, {1})", _tokenXml.LocalName, _tokenXml.NamespaceURI);
IIS.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Antiforgery.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Components.Performance (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.DataProtection.MicroBenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Http.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.OpenApi.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Owin.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.RequestDecompression.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.ResponseCaching.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.ResponseCompression.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Security.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Server.HttpSys.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.WebSockets.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
744_internalWriter.WriteLine(format, arg0, arg1);
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
277consoleOutput.WriteLine(ErrorFacts.GetMessage(MessageID.IDS_LogoLine1, Culture), GetToolName(), GetCompilerVersion());
Microsoft.Extensions.ObjectPool.Microbenchmark (1)
src\Shared\BenchmarkRunner\Program.cs (1)
62Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.ML.Core (2)
ComponentModel\AssemblyLoadingUtils.cs (1)
57Console.Error.WriteLine("Warning: Could not load '{0}': {1}", path, ex.Message);
Environment\ConsoleEnvironment.cs (1)
252writer.WriteLine("[{0}] '{1}' started.", ev.Index, ev.Name);
Microsoft.ML.Data (6)
Transforms\InvertHashUtils.cs (1)
419writer.WriteLine("# Number of terms = {0} of length {1}", v.GetValues().Length, v.Length);
Transforms\NormalizeColumnDbl.cs (1)
286writer.WriteLine("{0}\t{1}", mean[i], stddev[i]);
Transforms\NormalizeColumnSng.cs (1)
286writer.WriteLine("{0}\t{1}", mean[i], stddev[i]);
Transforms\ValueToKeyMappingTransformerImpl.cs (3)
673writer.WriteLine("{0}\t{1}", nstr.Id, nstr.Value); 749writer.WriteLine("# Number of terms of type '{0}' = {1}", ItemType, Count); 756writer.WriteLine("{0}\t{1}", i, sb.ToString());
Microsoft.ML.FastTree (2)
FastTree.cs (1)
3142writer.WriteLine("\t{0}\t{1}", pair.Key, (double)pair.Value);
GamModelParameters.cs (1)
379writer.WriteLine(!name.IsEmpty ? "{0}\t{1}" : "{0}\tFeature {0}", featureIndex, name);
Microsoft.ML.Maml (1)
MAML.cs (1)
304writer.WriteLine(" {0}: {1}", kvp.Key, kvp.Value);
Microsoft.ML.Predictor.Tests (4)
CompareBaselines.cs (4)
251log.WriteLine("*** Skipped {0} extra iterations in {1}", skip1 + skip2, rel); 256log.WriteLine("*** Mismatch at line {0} in {1}", pos, rel); 257log.WriteLine(" col {0}: {1}", ich1 + 1, line1); 258log.WriteLine(" col {0}: {1}", ich2 + 1, line2);
Microsoft.ML.Recommender (2)
MatrixFactorizationPredictor.cs (2)
196writer.WriteLine("# P in R^({0} x {1}), rows correspond to Y item", NumberOfRows, ApproximationRank); 205writer.WriteLine("# Q in R^({0} x {1}), rows correspond to X item", NumberOfColumns, ApproximationRank);
Microsoft.ML.ResultProcessor (1)
ResultProcessor.cs (1)
911Console.Error.WriteLine("ResultProcessor failed to parse fold starting at line {0} ending at line {1}.", startLineIdx, endLineIdx);
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\MulticlassLogisticRegression.cs (2)
879writer.WriteLine("\t{0}\t{1}", namedValues.Key, (float)namedValues.Value); 1258writer.WriteLine("{1}[{0}] = Math.Exp({1}[{0}] - softmax);", c, scoresName);
Microsoft.ML.Transforms (1)
Text\StopWordsRemovingTransformer.cs (1)
970writer.WriteLine("{0}\t{1}", nstr.Id, nstr.Value);
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElement.cs (1)
871tw.WriteLine("{0}: {1}", pi.Name, pi.GetValue(this, null));
System.Console (2)
System\Console.cs (2)
882Out.WriteLine(format, arg0, arg1); 895Out.WriteLine(format, null, null); // faster than Out.WriteLine(format, (Object)arg);
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
388_writer.WriteLine(format, arg0, arg1);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
607base.WriteLine(format, arg0, arg1);
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
435writer.WriteLine(format, arg0, arg1);
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (1)
1045public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1) => _out.WriteLine(format, arg0, arg1);
System.Private.Xml (11)
System\Xml\Xsl\IlGen\GenerateHelper.cs (11)
1579_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, byteVal); 1588_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, constrInfo); 1597_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, dblVal); 1606_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, fldInfo.Name); 1616_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, intVal); 1626_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, longVal); 1636_writerDump!.WriteLine(" {0, -10} Label {1}", opcode.Name, _symbols![lblVal]); 1670_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, sbyteVal); 1679_writerDump!.WriteLine(" {0, -10} \"{1}\"", opcode.Name, strVal); 1688_writerDump!.WriteLine(" {0, -10} {1}", opcode.Name, typVal); 1741_writerDump!.WriteLine(" {0, -10} Label {1}", opcode.Name, _symbols![lblTarget]);
System.ServiceModel.Primitives (2)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
103writer.WriteLine(" Token Element: ({0}, {1})", TokenXml.LocalName, TokenXml.NamespaceURI);
System\IdentityModel\Tokens\SecurityKeyIdentifier.cs (1)
116writer.WriteLine(" Count = {0}{1}", Count, Count > 0 ? "," : "");
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Dgml.cs (2)
37writer.WriteLine(" <Node Id=\"{0}\" Label=\"{0}\" Category=\"State\" Group=\"Collapsed\" StateInfo=\"{1}\">", state.Id, nodeDgmlView); 47writer.WriteLine(" <Node Id=\"{0}info\" Label=\"{1}\" Category=\"StateInfo\"/>", state.Id, nodeDgmlView);