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
// Track the property changing event for the property, if the type supports it
117
118
if(shouldInvokeOnPropertyChanging)
@@ -265,6 +266,7 @@ public static bool TryGetInfo(
265
266
notifyRecipients,
266
267
notifyDataErrorInfo,
267
268
isOldPropertyValueDirectlyReferenced,
269
+
isReferenceType,
268
270
forwardedAttributes.ToImmutable());
269
271
270
272
diagnostics=builder.ToImmutable();
@@ -950,6 +952,18 @@ public static ImmutableArray<MemberDeclarationSyntax> GetOnPropertyChangeMethods
950
952
Comment($"/// <remarks>This method is invoked right before the value of <see cref=\"{propertyInfo.PropertyName}\"/> is changed.</remarks>")),SyntaxKind.OpenBracketToken,TriviaList())))
0 commit comments