3 references to SkipInteractiveExecution
Microsoft.Build.Tasks.CodeAnalysis (3)
InteractiveCompiler.cs (3)
162_store[nameof(SkipInteractiveExecution)] = value; 167return _store.GetOrDefault(nameof(SkipInteractiveExecution), false); 194return (SkipInteractiveExecution) ? 0 : base.ExecuteTool(pathToTool, responseFileCommands, commandLineCommands);