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)
730public 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)
352public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1)
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (1)
598public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
415public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1)
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
746public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1) { } 917public override void WriteLine([StringSyntax(StringSyntaxAttribute.CompositeFormat)] string format, object? arg0, object? arg1) => _out.WriteLine(format, arg0, arg1);
113 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)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Components.Performance (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.ConcurrencyLimiter.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Grpc.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Http.Abstractions.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Http.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.OpenApi.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.RequestDecompression.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.ResponseCaching.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.ResponseCompression.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Security.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Server.HttpSys.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.SignalR.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.WebSockets.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.AspNetCore.WebUtilities.Microbenchmarks (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.Error.WriteLine("'{0}' failed, reason: '{1}'", o, message);
Microsoft.Build (2)
BackEnd\Components\Scheduler\Scheduler.cs (1)
2719file.WriteLine("{0} = \"{1}\"", property.Name, property.EvaluatedValue);
BackEnd\Node\OutOfProcServerNode.cs (1)
734_internalWriter.WriteLine(format, arg0, arg1);
Microsoft.Extensions.ObjectPool.Microbenchmark (1)
src\Shared\BenchmarkRunner\Program.cs (1)
67Console.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 (5)
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 (2)
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);
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)
831Out.WriteLine(format, arg0, arg1); 844Out.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)
355_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)
419writer.WriteLine(format, arg0, arg1);
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (1)
917public 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.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);
VisualBasicSyntaxGenerator (46)
GreenNodes\GreenNodeFactoryWriter.vb (4)
122_writer.WriteLine(" AndAlso {0}.Kind = SyntaxKind.{1})", name, childNodeKind.Name) 128_writer.WriteLine(" AndAlso {0}.Kind = SyntaxKind.{1})", name, childNodeKind.Name) 130_writer.WriteLine(" AndAlso SyntaxFacts.Is{1}({0}.Kind))", name, FactoryName(parent) + child.Name) 133_writer.WriteLine(" AndAlso SyntaxFacts.Is{1}({0}.Kind))", name, FactoryName(parent) + child.Name)
GreenNodes\GreenNodeWriter.vb (12)
95_writer.WriteLine("{0} MustInherit Class {1}", visibility, StructureTypeName(nodeStructure)) 97_writer.WriteLine("{0} NotInheritable Class {1}", visibility, StructureTypeName(nodeStructure)) 99_writer.WriteLine("{0} Class {1}", visibility, StructureTypeName(nodeStructure)) 173_writer.WriteLine(" Return new {0}.Syntax.{1}(Me, parent, startLocation)", _parseTree.NamespaceName, StructureTypeName(nodeStructure)) 283_writer.WriteLine(" Friend ReadOnly {0} as {1}", FieldVarName(field), FieldTypeRef(field)) 288_writer.WriteLine(" Friend ReadOnly {0} as {1}", ChildVarName(child), ChildFieldTypeRef(child, True)) 404_writer.WriteLine("{0} AdjustFlagsAndWidth({1})", indent, ChildParamName(child)) 520_writer.WriteLine(" Return New Microsoft.CodeAnalysis.Syntax.InternalSyntax.SyntaxList(of GreenNode)(Me.{1})", BaseTypeReference(child), ChildVarName(child)) 523_writer.WriteLine(" Return new {0}(Me.{1})", ChildPropertyTypeRef(node, child, True), ChildVarName(child)) 579_writer.WriteLine(" Public {0} Function Accept(ByVal visitor As {1}) As VisualBasicSyntaxNode", If(IsRoot(nodeStructure), "Overridable", "Overrides"), _parseTree.VisitorName) 622_writer.WriteLine(" Public Overridable Function {0}(ByVal node As {1}) As VisualBasicSyntaxNode", 639_writer.WriteLine(" Inherits {0}", Ident(_parseTree.VisitorName), StructureTypeName(_parseTree.RootStructure))
RedNodes\RedNodeFactoryWriter.vb (2)
478_writer.WriteLine("(Not {0}.IsKind({1}(kind))) Then", paramName, getterName) 544_writer.WriteLine("(Not {0}.IsKind({1}(kind))) Then", paramName, getterName)
RedNodes\RedNodeWriter.vb (24)
278_writer.WriteLine(" Return Add{0}{1}Core(items)", child.Name, nestedList.Name) 286_writer.WriteLine(" Dim _child = If(Me.{0} IsNot Nothing, Me.{0}, SyntaxFactory.{1}())", child.Name, FactoryName(childStructure)) 287_writer.WriteLine(" Return Me.With{0}(_child.Add{1}(items))", child.Name, nestedList.Name) 295_writer.WriteLine(" Return Add{0}{1}(items)", child.Name, nestedList.Name) 316_writer.WriteLine(" Friend {0} as {1}", ChildVarName(child), ChildPrivateFieldTypeRef(child)) 470_writer.WriteLine(" Return DirectCast(Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.{0}).{1}", TypeName, FieldPropertyName(field)) 485_writer.WriteLine(" Public ReadOnly Property {0} As {1}", ChildPropertyName(child), ChildPropertyTypeRef(nodeStructure, child)) 487_writer.WriteLine(" Return Me.Get{0}Core()", child.Name, ChildPropertyTypeRef(nodeStructure, child)) 507_writer.WriteLine(" Return Me.{0}", ChildPropertyName(child), ChildPropertyTypeRef(nodeStructure, child)) 526_writer.WriteLine($" {extraIndent}Dim slot = DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.{{0}}).{{1}}", StructureTypeName(nodeStructure), ChildVarName(child)) 528_writer.WriteLine($" {extraIndent} return new SyntaxTokenList(Me, slot, {{0}}, {{1}})", Me.GetChildPosition(childIndex), Me.GetChildIndex(childIndex)) 533_writer.WriteLine($" {extraIndent}Dim slot = DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.{{0}}).{{1}}", StructureTypeName(nodeStructure), ChildVarName(child)) 535_writer.WriteLine($" {extraIndent} return new SyntaxToken(Me, slot, {{0}}, {{1}})", Me.GetChildPosition(childIndex), Me.GetChildIndex(childIndex)) 546_writer.WriteLine($" {extraIndent}Dim listNode = GetRed({{0}}, {{1}})", ChildVarName(child), childIndex) 557_writer.WriteLine($" {extraIndent}Return DirectCast(GetRedAtZero({{0}}), {{1}})", ChildVarName(child), type) 561_writer.WriteLine($" {extraIndent}Return GetRed({{0}}, {{1}})", ChildVarName(child), childIndex) 666_writer.WriteLine(" Dim listNode = GetRedAtZero({0})", ChildVarName(child), childIndex) 668_writer.WriteLine(" Dim listNode = GetRed({0}, {1})", ChildVarName(child), childIndex) 671_writer.WriteLine(" Return new {0}(listNode, {1})", ChildPropertyTypeRef(node, child), GetChildIndex(childIndex)) 684_writer.WriteLine(" Public {0} Function Accept(Of TResult)(ByVal visitor As {1}(Of TResult)) As TResult", If(IsRoot(nodeStructure), "Overridable", "Overrides"), _parseTree.VisitorName) 689_writer.WriteLine(" Public {0} Sub Accept(ByVal visitor As {1})", If(IsRoot(nodeStructure), "Overridable", "Overrides"), _parseTree.VisitorName) 907_writer.WriteLine(" Public MustInherit Class {0}{1}", Ident(_parseTree.VisitorName), If(withResult, "(Of TResult)", "")) 930_writer.WriteLine(" {0}Me.DefaultVisit(node){1}", If(withResult, "Return ", ""), If(withResult, "", " : Return")) 962_writer.WriteLine(" Public Overrides Function {0}(ByVal node As {1}) As SyntaxNode",
RedNodes\SyntaxFactsWriter.vb (1)
163_writer.WriteLine(" {1} Shared Function Is{0}(kind As SyntaxKind) As Boolean", name, If(publicAccessibility, "Public", "Friend"))
Tests\TestWriter.vb (2)
489_writer.WriteLine(" dim objectUnderTest = Generate{0}{1}()", funcNamePart, FactoryName(nodeKind)) 541_writer.WriteLine(" dim oldNode = Generate{0}{1}()", funcNamePart, FactoryName(nodeKind))
Util\WriteDumper.vb (1)
90_writer.WriteLine(" Public Overrides Function {0}(ByVal node As {1}) As NodeInfo",