1 write to Reason1
ILCompiler.DependencyAnalysisFramework (1)
FullGraphLogStrategy.cs (1)
17Reason1 = reason1;
9 references to Reason1
ILCompiler.DependencyAnalysisFramework (9)
FullGraphLogStrategy.cs (9)
49int reason1HashCode = Reason1 != null ? Reason1.GetHashCode() : 0; 66if (Reason1 != other.Reason1) 152var combinedNode = new Tuple<DependencyNodeCore<DependencyContextType>, DependencyNodeCore<DependencyContextType>>(markData.Reason1, markData.Reason2); 175Debug.Assert(markData.Reason1 != null); 176logEdgeVisitor.VisitEdge(markData.Reason1, markData.Reason2, node, markData.Reason); 178else if (markData.Reason1 != null) 180logEdgeVisitor.VisitEdge(markData.Reason1, node, markData.Reason);