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