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