2 overrides of UnwrapCompoundAssignment
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplacePropertyWithMethods\CSharpReplacePropertyWithMethodsService.cs (1)
322
protected override ExpressionSyntax
UnwrapCompoundAssignment
(
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplacePropertyWithMethods\VisualBasicReplacePropertyWithMethods.vb (1)
251
Protected Overrides Function
UnwrapCompoundAssignment
(compoundAssignment As SyntaxNode, readExpression As ExpressionSyntax) As ExpressionSyntax
1 reference to UnwrapCompoundAssignment
Microsoft.CodeAnalysis.Features (1)
ReplacePropertyWithMethods\AbstractReplacePropertyWithMethodsService.cs (1)
182
return replacer._service.
UnwrapCompoundAssignment
(parent, readExpression);