2 references to CompletedWithError
Aspire.Hosting (2)
Backchannel\BackchannelDataTypes.cs (1)
107
public bool IsError => CompletionState is CompletionStates.
CompletedWithError
;
Pipelines\PipelineActivityReporter.cs (1)
37
CompletionState.CompletedWithError => CompletionStates.
CompletedWithError
,