95 references to Write
aspire (4)
Commands\PipelineCommandBase.cs (4)
803Console.Write("\a"); 1026Console.Write("\a"); 1400Console.Write("\u001b]9;4;3\u001b\\"); 1413Console.Write("\u001b]9;4;0\u001b\\");
Aspire.Acquisition.Tests (1)
Scripts\Common\RealGitHubPRFixture.cs (1)
209public void Write(string message) => Console.Write(message);
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\TestOutputWrapper.cs (1)
21Console.Write(message);
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\TestOutputWrapper.cs (1)
21Console.Write(message);
crossgen2 (4)
Crossgen2RootCommand.cs (4)
349Console.Write(arch); 350Console.Write(": "); 355Console.Write(", "); 357Console.Write(instructionSet.Name);
dotnet-svcutil-lib (2)
CmdCredentialsProvider.cs (2)
278Console.Write(prompt); 290Console.Write("\b \b");
ilc (4)
ILCompilerRootCommand.cs (4)
374Console.Write(arch); 375Console.Write(": "); 380Console.Write(", "); 382Console.Write(instructionSet.Name);
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
745Console.Write(consoleWrite.Text);
BackEnd\Components\Scheduler\SchedulingPlan.cs (1)
348Console.Write(" ");
Microsoft.ML.GenAI.Samples (2)
MEAI\Llama3_1.cs (1)
51Console.Write(response.Text);
MEAI\Phi3.cs (1)
41Console.Write(response.Text);
Microsoft.ML.Samples (41)
Dynamic\NgramExtraction.cs (1)
78Console.Write($"'{slots[item.Key]}' - {item.Value} ");
Dynamic\TextTransform.cs (1)
86Console.Write($"{value} ");
Dynamic\Trainers\MulticlassClassification\ImageClassification\LearningRateSchedulingCifarResnetTransferLearning.cs (1)
339Console.Write(".");
Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningEarlyStopping.cs (1)
295Console.Write(".");
Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs (1)
316Console.Write(".");
Dynamic\Transforms\Categorical\OneHotEncoding.cs (1)
83Console.Write($"{row[i]}\t");
Dynamic\Transforms\Categorical\OneHotHashEncoding.cs (1)
83Console.Write($"{row[i]}\t");
Dynamic\Transforms\Conversion\KeyToValueToKey.cs (1)
98Console.Write($"{value} ");
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
54Console.Write("We got a super alien with name " + superAlien.Name +
Dynamic\Transforms\Expression.cs (6)
54Console.Write(string.Join(" ", featureRow.Expr1)); 55Console.Write(" "); 56Console.Write(string.Join(" ", featureRow.Expr2)); 57Console.Write(" "); 58Console.Write(string.Join(" ", featureRow.Expr3)); 59Console.Write(" ");
Dynamic\Transforms\Text\ApplyCustomWordEmbedding.cs (2)
73Console.Write("Features: "); 75Console.Write($"{f:F4} ");
Dynamic\Transforms\Text\ApplyWordEmbedding.cs (2)
63Console.Write("Features: "); 65Console.Write($"{f:F4} ");
Dynamic\Transforms\Text\FeaturizeText.cs (2)
71Console.Write("Features: "); 73Console.Write($"{prediction.Features[i]:F4} ");
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (2)
89Console.Write("Features: "); 91Console.Write($"{prediction.Features[i]:F4} ");
Dynamic\Transforms\Text\LatentDirichletAllocation.cs (1)
75Console.Write($"{prediction.Features[i]:F4} ");
Dynamic\Transforms\Text\ProduceHashedNgrams.cs (4)
81Console.Write("N-grams: "); 85Console.Write($"{slots[item.Key]} "); 90Console.Write("Features: "); 92Console.Write($"{prediction.NgramFeatures[i]:F4} ");
Dynamic\Transforms\Text\ProduceHashedWordBags.cs (4)
82Console.Write("N-grams: "); 86Console.Write($"{slots[item.Key]} "); 91Console.Write("Features: "); 93Console.Write($"{prediction.BagOfWordFeatures[i]:F4} ");
Dynamic\Transforms\Text\ProduceNgrams.cs (4)
88Console.Write("N-grams: "); 92Console.Write($"{slots[item.Key]} "); 97Console.Write("Features: "); 99Console.Write($"{prediction.NgramFeatures[i]:F4} ");
Dynamic\Transforms\Text\ProduceWordBags.cs (4)
88Console.Write("N-grams: "); 92Console.Write($"{slots[item.Key]} "); 97Console.Write("Features: "); 99Console.Write($"{prediction.BagOfWordFeatures[i]:F4} ");
Dynamic\Transforms\TimeSeries\ForecastingWithConfidenceInterval.cs (1)
116Console.Write($"[{confidenceIntervalLowerBounds[index]} -" +
Microsoft.ML.Samples.GPU (3)
parent\6a273e5f1a281752\LearningRateSchedulingCifarResnetTransferLearning.cs (1)
339Console.Write(".");
parent\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningEarlyStopping.cs (1)
295Console.Write(".");
parent\Microsoft.ML.Samples\Dynamic\Trainers\MulticlassClassification\ImageClassification\ResnetV2101TransferLearningTrainTestSplit.cs (1)
316Console.Write(".");
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
363Console.Write(".");
NuGet.CommandLine.XPlat (3)
Utility\CommandOutputLogger.cs (2)
107Console.Write(PrefixAllLines(caption, message)); 156Console.Write(data);
Utility\ProjectPackagesPrintUtility.cs (1)
166Console.Write(formattedCell.Value);
rzc (1)
Program.cs (1)
53Console.Write(output);
Stress.ApiService (17)
ConsoleStresser.cs (17)
27Console.Write("\x1b[36mhttp://localhost:7000\x1b[0m"); 31Console.Write("\x1b[36mhttp://localhost\x1b[0m"); 32Console.Write("\x1b[31m:7001\x1b[0m"); 36Console.Write("\x1b[36mhttp\x1b[0m"); 37Console.Write("\x1b[31m://\x1b[0m"); 38Console.Write("\x1b[32mlocalhost\x1b[0m"); 39Console.Write("\x1b[33m:7002\x1b[0m"); 44Console.Write("\x1b[36m"); // Set color so we can see the difference between URLs and the rest of the text 87Console.Write("\x1b[0m"); // reset color 96Console.Write("\x1b[" + color + "m"); // Set foreground color 99Console.Write("\x1b[0m"); // Reset colors to default 104Console.Write("\x1b[" + color + "m"); // Set background color 105Console.Write($"This is background color {color}"); 108Console.Write("\x1b[0m"); // Reset all colors to default at the end 157Console.Write(new string(i % 2 == 0 ? 'a' : 'b', 50)); 166Console.Write(" "); 168Console.Write(new string(i % 2 == 0 ? 'a' : 'b', 50));
SuperFileCheck (6)
Program.cs (6)
552Console.Write(Environment.NewLine); 555Console.Write(Environment.NewLine); 557Console.Write(Environment.NewLine); 660Console.Write(String.Join(' ', methodDeclInfos.Select(x => x.FullyQualifiedName))); 740Console.Write(x.Result.StandardOutput); 765Console.Write(result.StandardOutput);
Terminals.Repl (2)
Program.cs (2)
20Console.Write($"{Bold}{Magenta}{resourceName}#{processId}{Reset}{Cyan}>{Reset} "); 48Console.Write("\u001b[2J\u001b[H");