1 write to Destination
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
73Destination = destination;
6 references to Destination
ILLink.RoslynAnalyzer (6)
src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (5)
86if (Destination == null) 87return other.Destination == null; 89return Destination.Equals(other.Destination); 101Destination?.GetHashCode() ?? typeof(ControlFlowBranch).GetHashCode(),
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
200var target = branch.Destination?.Block.Ordinal;