12 references to BeginInteractivePromptScope
aspire (4)
Interaction\ConsoleInteractionService.cs (4)
247
using var promptScope = _logBufferContext.
BeginInteractivePromptScope
();
324
using var promptScope = _logBufferContext.
BeginInteractivePromptScope
();
395
using var promptScope = _logBufferContext.
BeginInteractivePromptScope
();
683
using var promptScope = _logBufferContext.
BeginInteractivePromptScope
();
Aspire.Cli.Tests (8)
Interaction\SpectreConsoleLoggerProviderTests.cs (8)
116
using (bufferContext.
BeginInteractivePromptScope
())
137
using (bufferContext.
BeginInteractivePromptScope
())
141
using (bufferContext.
BeginInteractivePromptScope
())
172
using var scope = bufferContext.
BeginInteractivePromptScope
();
206
using (bufferContext.
BeginInteractivePromptScope
())
225
using (bufferContext.
BeginInteractivePromptScope
())
269
using (bufferContext.
BeginInteractivePromptScope
())
329
SecondScope = context.
BeginInteractivePromptScope
();