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