3 overrides of ExecuteWithRestoreByDefault
Microsoft.NET.TestFramework (3)
Commands\CleanCommand.cs (1)
18
protected override bool
ExecuteWithRestoreByDefault
=> false;
Commands\GetValuesCommand.cs (1)
32
protected override bool
ExecuteWithRestoreByDefault
=> ShouldRestore;
Commands\RestoreCommand.cs (1)
22
protected override bool
ExecuteWithRestoreByDefault
=> false;
1 reference to ExecuteWithRestoreByDefault
Microsoft.NET.TestFramework (1)
Commands\MSBuildCommand.cs (1)
133
if (
ExecuteWithRestoreByDefault
)