4 references to SkipCompilerExecution
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (3)
356set { _store[nameof(SkipCompilerExecution)] = value; } 357get { return _store.GetOrDefault(nameof(SkipCompilerExecution), false); } 509if (SkipCompilerExecution)
Vbc.cs (1)
277if (!SkipCompilerExecution)