3 references to IsInLeftOfDeconstructionAssignment
ILLink.RoslynAnalyzer (3)
DataFlow\LocalDataFlowVisitor.cs (1)
85
.Where(reference => reference.
IsInLeftOfDeconstructionAssignment
(out _))
DataFlow\LValueFlowCaptureProvider.cs (1)
48
return flowCaptureReference.
IsInLeftOfDeconstructionAssignment
(out _);
IOperationExtensions.cs (1)
185
else if (operation.
IsInLeftOfDeconstructionAssignment
(out _))