3 references to VerifyNoChanges
dotnet-format (2)
Commands\FormatCommandCommon.cs (2)
117
command.Options.Add(
VerifyNoChanges
);
172
if (parseResult.GetValue(
VerifyNoChanges
))
dotnet-format.UnitTests (1)
ProgramTests.cs (1)
66
Assert.True(result.GetValue(FormatCommandCommon.
VerifyNoChanges
));