1 instantiation of NonInteractiveScope
Aspire.Hosting (1)
InteractionService.cs (1)
72internal static NonInteractiveScope StartNonInteractiveScope() => new();
4 references to NonInteractiveScope
Aspire.Hosting (2)
ApplicationModel\ResourceCommandService.cs (1)
378using var _ = nonInteractive ? InteractionService.StartNonInteractiveScope() : default;
InteractionService.cs (1)
72internal static NonInteractiveScope StartNonInteractiveScope() => new();
Aspire.Hosting.Tests (2)
InteractionServiceTests.cs (2)
349using var _ = default(InteractionService.NonInteractiveScope);