1 write to _app
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
396
return
_app
= _innerBuilder.Build();
5 references to _app
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
393
[MemberNotNull(nameof(
_app
))]
409
if (
_app
is null)
421
if (
_app
is { } app)
429
if (
_app
is null)
441
if (
_app
is IAsyncDisposable asyncDisposable)