4 references to s_nonInteractiveScope
Aspire.Hosting (4)
InteractionService.cs (4)
45
if (
s_nonInteractiveScope
.Value)
80
_previousValue =
s_nonInteractiveScope
.Value;
81
s_nonInteractiveScope
.Value = true;
86
s_nonInteractiveScope
.Value = _previousValue;