3 references to DeconstructionValue
ILLink.RoslynAnalyzer (3)
DataFlow\LocalDataFlowVisitor.cs (3)
807
return new
DeconstructionValue
(nestedValues.MoveToImmutable());
831
return new
DeconstructionValue
(nestedValues.MoveToImmutable());
859
return new
DeconstructionValue
(tupleValues.MoveToImmutable());