4 references to SkipCompilerExecution
Microsoft.Build.Tasks.CodeAnalysis (4)
src\Compilers\Core\MSBuildTask\ManagedCompiler.cs (3)
362set { _store[nameof(SkipCompilerExecution)] = value; } 363get { return _store.GetOrDefault(nameof(SkipCompilerExecution), false); } 520if (SkipCompilerExecution)
src\Compilers\Core\MSBuildTask\Vbc.cs (1)
277if (!SkipCompilerExecution)