1 write to _app
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
704return _app = _innerBuilder.Build();
5 references to _app
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
701[MemberNotNull(nameof(_app))] 717if (_app is null) 729if (_app is { } app) 737if (_app is null) 749if (_app is IAsyncDisposable asyncDisposable)