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
The code below triggers CC0017 AutoPropertyAnalyzer on MyThing, even though the explicit implementation is needed since _myThing is used as a ref and an out variable.
Since this is a quite common occurrence, it would be great if CC0017 didn't trigger when the field is used as a ref or an out anywhere.