2 references to new
ILLink.RoslynAnalyzer (2)
DataFlow\LocalDataFlowVisitor.cs (2)
706
public static DeconstructionValue Invalid =>
new
(isInvalid: true, doesNotReturn: false);
708
public static DeconstructionValue NonReturning =>
new
(isInvalid: false, doesNotReturn: true);