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
Copy file name to clipboardexpand all lines: src/CommunityToolkit.Mvvm.SourceGenerators/Diagnostics/Analyzers/UseObservablePropertyOnSemiAutoPropertyAnalyzer.cs
+6-2
Original file line number
Diff line number
Diff line change
@@ -249,8 +249,12 @@ public override void Initialize(AnalysisContext context)
249
249
}
250
250
251
251
// Check that either of them is a semicolon token 'get;' accessor (it can be in either position)
0 commit comments