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