1 write to _title
Aspire.Hosting.Docker.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
169_title = title;
11 references to _title
Aspire.Hosting.Docker.Tests (11)
tests\Shared\TestPipelineActivityReporter.cs (11)
179_reporter.CompletedSteps.Add((_title, completionText, completionState)); 180_reporter.OnStepCompleted?.Invoke(_title, completionText, completionState); 181_testOutputHelper.WriteLine($" [CompleteStep:{_title}] {completionText} (State: {completionState})"); 191_reporter.CreatedTasks.Add((_title, statusText)); 192_testOutputHelper.WriteLine($" [CreateTask:{_title}] {statusText}"); 202_reporter.LoggedMessages.Add((_title, logLevel, message)); 203_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message}"); 211_reporter.LoggedMessages.Add((_title, logLevel, message)); 212_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message}"); 221_reporter.LoggedMessages.Add((_title, logLevel, message.Value)); 222_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message.Value}");