1 write to Destination
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
73
Destination
= destination;
5 references to Destination
ILLink.RoslynAnalyzer (5)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (5)
86
if (
Destination
== null)
87
return other.
Destination
== null;
89
return
Destination
.Equals(other.
Destination
);
101
Destination
?.GetHashCode() ?? typeof(ControlFlowBranch).GetHashCode(),