13 references to Null
aspire (1)
Utils\CliHostEnvironment.cs (1)
102var capabilities = AnsiCapabilities.Create(TextWriter.Null);
ILCompiler.Compiler (1)
Compiler\Logger.cs (1)
40public static Logger Null = new Logger(new TextLogWriter(TextWriter.Null), null, false, true);
ILCompiler.ReadyToRun (1)
Compiler\Logger.cs (1)
12public static Logger Null = new Logger(TextWriter.Null, false);
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
117TextWriter.Null, 156TextWriter.Null,
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
222public override Encoding Encoding => Null.Encoding;
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultEditorTemplates.cs (1)
462public override Encoding Encoding => Null.Encoding;
ViewExecutor.cs (1)
162TextWriter.Null,
System.CommandLine (1)
InvocationConfiguration.cs (1)
34/// If you want to disable the output, set it to <see cref="TextWriter.Null"/>.
System.Console (3)
System\Console.cs (3)
240TextWriter.Null : 725if (newOut != TextWriter.Null) 742if (newError != TextWriter.Null)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
40Null;