1 write to _app
Aspire.Hosting.Testing (1)
DistributedApplicationTestingBuilder.cs (1)
404return _app = _innerBuilder.Build();
5 references to _app
Aspire.Hosting.Testing (5)
DistributedApplicationTestingBuilder.cs (5)
401[MemberNotNull(nameof(_app))] 417if (_app is null) 429if (_app is { } app) 437if (_app is null) 449if (_app is IAsyncDisposable asyncDisposable)