1 write to _title
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestPipelineActivityReporter.cs (1)
150_title = title;
7 references to _title
Aspire.Hosting.Azure.Tests (7)
tests\Shared\TestPipelineActivityReporter.cs (7)
160_reporter.CompletedSteps.Add((_title, completionText, completionState)); 161_reporter.OnStepCompleted?.Invoke(_title, completionText, completionState); 162_testOutputHelper.WriteLine($" [CompleteStep:{_title}] {completionText} (State: {completionState})"); 172_reporter.CreatedTasks.Add((_title, statusText)); 173_testOutputHelper.WriteLine($" [CreateTask:{_title}] {statusText}"); 183_reporter.LoggedMessages.Add((_title, logLevel, message)); 184_testOutputHelper.WriteLine($" [{logLevel}:{_title}] {message}");