1 write to _consoleOutput
Microsoft.TestPlatform.CrossPlatEngine (1)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (1)
24_consoleOutput = consoleOutput ?? throw new ArgumentNullException(nameof(consoleOutput));
3 references to _consoleOutput
Microsoft.TestPlatform.CrossPlatEngine (3)
PostProcessing\PostProcessingTestRunAttachmentsProcessingEventsHandler.cs (3)
60_consoleOutput.WriteLine("", OutputLevel.Information); 63_consoleOutput.Information(false, ConsoleColor.Gray, CommandLineResources.AttachmentsBanner); 68_consoleOutput.Information(false, ConsoleColor.Gray, CommandLineResources.AttachmentOutputFormat, uriDataAttachment.Uri.LocalPath);