2 instantiations of WaitForAppHostReadyRequest
aspire (2)
Backchannel\AppHostAuxiliaryBackchannel.cs (1)
341[new WaitForAppHostReadyRequest()],
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
236public override WaitForAppHostReadyRequest WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext };
2 references to WaitForAppHostReadyRequest
aspire (2)
Backchannel\BackchannelJsonSerializerContext.cs (1)
78[JsonSerializable(typeof(WaitForAppHostReadyRequest))]
src\Aspire.Hosting\Backchannel\BackchannelDataTypes.cs (1)
236public override WaitForAppHostReadyRequest WithTraceContext(BackchannelTraceContext traceContext) => new() { TraceContext = traceContext };