public DeclareRecordClassExplicitlyBenchmarks()
 {
     benchmark = Measure.CodeFix <F02001ImplicitRecordClassDeclaration, DeclareRecordClassExplicitly>();
 }
 public UsePatternMatchingNullCheckInsteadOfComparisonWithNullBenchmarks()
 {
     benchmark = Measure.CodeFix <F0100xPreferPatternMatchingNullCheckOverComparisonWithNull, UsePatternMatchingNullCheckInsteadOfComparisonWithNull>();
 }