1 write to Destination
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
73Destination = destination;
5 references to Destination
ILLink.RoslynAnalyzer (5)
src\runtime\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(),