1 write to SkipCompilerExecution
Microsoft.Build.Tasks.CodeAnalysis.UnitTests (1)
TestUtilities\TaskTestUtil.cs (1)
36compilerTask.SkipCompilerExecution = true;
4 references to SkipCompilerExecution
Microsoft.Build.Tasks.CodeAnalysis (4)
ManagedCompiler.cs (3)
362set { _store[nameof(SkipCompilerExecution)] = value; } 363get { return _store.GetOrDefault(nameof(SkipCompilerExecution), false); } 513if (SkipCompilerExecution)
Vbc.cs (1)
277if (!SkipCompilerExecution)