File tree Expand file tree Collapse file tree
PropertyChangedAnalyzers.Test
INPC017BackingFieldNameMustMatch
INPC022EqualToBackingField Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ protected virtual void OnPropertyChanged([CallerMemberName] string propertyName
551551 }
552552
553553 [ Test ]
554- public static void IntPropertiesAssignsFiledReturnsProperty ( )
554+ public static void IntPropertiesAssignsFieldReturnsProperty ( )
555555 {
556556 var code = @"
557557namespace ValidCode
Original file line number Diff line number Diff line change @@ -286,7 +286,7 @@ interface I
286286 }
287287
288288 [ Test ]
289- public static void BackingFiledSum ( )
289+ public static void BackingFieldSum ( )
290290 {
291291 var code = @"
292292namespace N
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ protected virtual void OnPropertyChanged([CallerMemberName] string propertyName
551551 }
552552
553553 [ Test ]
554- public static void IntPropertiesAssignsFiledReturnsProperty ( )
554+ public static void IntPropertiesAssignsFieldReturnsProperty ( )
555555 {
556556 var code = @"
557557namespace ValidCode
You can’t perform that action at this time.
0 commit comments