4 references to NoRestoreOption
dotnet-format (3)
Commands\FormatCommandCommon.cs (2)
116
command.Options.Add(
NoRestoreOption
);
167
if (parseResult.GetValue(
NoRestoreOption
))
Commands\FormatWhitespaceCommand.cs (1)
31
var noRestore = symbolResult.GetValue(
NoRestoreOption
);
dotnet-format.UnitTests (1)
ProgramTests.cs (1)
59
result.GetValue(FormatCommandCommon.
NoRestoreOption
);