3 references to s_currentStep
Aspire.Hosting (3)
Pipelines\PipelineLoggerProvider.cs (3)
27
get =>
s_currentStep
.Value?.Step;
31
s_currentStep
.Value = null;
37
s_currentStep
.Value = new StepLoggerHolder { Step = value };