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