-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed as not planned
Description
There are likely a few more places in the IDE layer to update for ??= support after it's merged to dev16.0.x, including:
UnwrapCompoundAssignment: http://source.roslyn.io/#Microsoft.CodeAnalysis.Features/ReplacePropertyWithMethods/AbstractReplacePropertyWithMethodsService.cs,6d51fab341c857cd,references
IsCompoundAssignment: http://source.roslyn.io/#Microsoft.CodeAnalysis.CSharp.Workspaces/Extensions/SyntaxNodeExtensions.cs,efadba0caa88db20,references
GetOperatorPrecedence: http://source.roslyn.io/#Microsoft.CodeAnalysis.CSharp.Workspaces/Extensions/ExpressionSyntaxExtensions.cs,f23f53d9b91d5532,references