1 write to _app
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
404
return
_app
= _innerBuilder.Build();
5 references to _app
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
401
[MemberNotNull(nameof(
_app
))]
417
if (
_app
is null)
429
if (
_app
is { } app)
437
if (
_app
is null)
449
if (
_app
is IAsyncDisposable asyncDisposable)