1 write to Reason
ILCompiler.DependencyAnalysisFramework (1)
FullGraphLogStrategy.cs (1)
16
Reason
= reason;
11 references to Reason
ILCompiler.DependencyAnalysisFramework (11)
FullGraphLogStrategy.cs (11)
48
int reasonHashCode =
Reason
!= null ?
Reason
.GetHashCode() : 0;
72
if (
Reason
== other.
Reason
)
75
if (
Reason
!= null)
77
return
Reason
.Equals(other.
Reason
);
176
logEdgeVisitor.VisitEdge(markData.Reason1, markData.Reason2, node, markData.
Reason
);
180
logEdgeVisitor.VisitEdge(markData.Reason1, node, markData.
Reason
);
184
Debug.Assert(markData.
Reason
!= null);
185
logEdgeVisitor.VisitEdge(markData.
Reason
, node);