1 write to _title
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
169_title = title;
7 references to _title
Aspire.Hosting.Azure.Tests (7)
tests\Shared\TestPipelineActivityReporter.cs (7)
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}");