2 writes to _interactivePromptDepth
aspire (2)
Interaction\ConsoleLogBufferContext.cs (2)
30
_interactivePromptDepth
++;
67
_interactivePromptDepth
--;
3 references to _interactivePromptDepth
aspire (3)
Interaction\ConsoleLogBufferContext.cs (3)
45
if (
_interactivePromptDepth
> 0)
65
if (
_interactivePromptDepth
> 0)
70
if (
_interactivePromptDepth
> 0)