1 write to _app
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
410
return
_app
= _innerBuilder.Build();
5 references to _app
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
407
[MemberNotNull(nameof(
_app
))]
423
if (
_app
is null)
435
if (
_app
is { } app)
443
if (
_app
is null)
455
if (
_app
is IAsyncDisposable asyncDisposable)