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