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