5 references to IsDeconstruction
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
CSharpSemanticFacts.cs (1)
201if (node is AssignmentExpressionSyntax assignment && assignment.IsDeconstruction())
CSharpSyntaxFacts.cs (1)
214=> node is AssignmentExpressionSyntax assignment && assignment.IsDeconstruction();
CSharpTypeStyleHelper.cs (1)
124if (assignmentExpression.IsDeconstruction())
SyntaxNodeExtensions.cs (1)
1029if ((current is AssignmentExpressionSyntax assignment && previous == assignment.Left && assignment.IsDeconstruction()) ||
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpTypeInferenceService.TypeInferrer.cs (1)
987((AssignmentExpressionSyntax)binop).IsDeconstruction())