3 references to SkipInteractiveExecution
Microsoft.Build.Tasks.CodeAnalysis.Sdk (3)
src\Compilers\Core\MSBuildTask\InteractiveCompiler.cs (3)
160_store[nameof(SkipInteractiveExecution)] = value; 165return _store.GetOrDefault(nameof(SkipInteractiveExecution), false); 192return (SkipInteractiveExecution) ? 0 : base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);