1 write to Destination
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\IControlFlowGraph.cs (1)
73
Destination
= destination;
6 references to Destination
ILLink.RoslynAnalyzer (6)
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 (),
TrimAnalysis\TrimDataFlowAnalysis.cs (1)
186
var target = branch.
Destination
?.Block.Ordinal;