1 write to _isInteractive
dotnet (1)
Commands\Run\RunCommandSelector.cs (1)
95_isInteractive = isInteractive;
2 references to _isInteractive
dotnet (2)
Commands\Run\RunCommandSelector.cs (2)
135return TrySelectTargetFramework(frameworks, _isInteractive, out selectedFramework); 485if (_isInteractive)