You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In case the backing field is exactly named "value", we need to add the "this." prefix to ensure that comparisons and assignments
415
411
// with it in the generated setter body are executed correctly and without conflicts with the implicit value parameter.
@@ -602,10 +598,8 @@ public static MemberDeclarationSyntax GetPropertySyntax(PropertyInfo propertyInf
602
598
/// <returns>The generated <see cref="MemberDeclarationSyntax"/> instances for the <c>OnPropertyChanging</c> and <c>OnPropertyChanged</c> methods.</returns>
0 commit comments