1 write to _app
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
363
return
_app
= _innerBuilder.Build();
5 references to _app
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
360
[MemberNotNull(nameof(
_app
))]
376
if (
_app
is null)
388
if (
_app
is { } app)
396
if (
_app
is null)
408
if (
_app
is IAsyncDisposable asyncDisposable)