13 references to Null
aspire (1)
Utils\CliHostEnvironment.cs (1)
102
var capabilities = AnsiCapabilities.Create(TextWriter.
Null
);
ILCompiler.Compiler (1)
Compiler\Logger.cs (1)
40
public static Logger Null = new Logger(new TextLogWriter(TextWriter.
Null
), null, false, true);
ILCompiler.ReadyToRun (1)
Compiler\Logger.cs (1)
12
public static Logger Null = new Logger(TextWriter.
Null
, false);
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
117
TextWriter.
Null
,
156
TextWriter.
Null
,
Microsoft.AspNetCore.Mvc.TagHelpers (1)
CacheTagHelper.cs (1)
222
public override Encoding Encoding =>
Null
.Encoding;
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultEditorTemplates.cs (1)
462
public override Encoding Encoding =>
Null
.Encoding;
ViewExecutor.cs (1)
162
TextWriter.
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)
240
TextWriter.
Null
:
725
if (newOut != TextWriter.
Null
)
742
if (newError != TextWriter.
Null
)
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (1)
40
Null
;