1 write to Reason2
ILCompiler.DependencyAnalysisFramework (1)
FullGraphLogStrategy.cs (1)
18Reason2 = reason2;
8 references to Reason2
ILCompiler.DependencyAnalysisFramework (8)
FullGraphLogStrategy.cs (8)
50int reason2HashCode = Reason2 != null ? Reason2.GetHashCode() : 0; 69if (Reason2 != other.Reason2) 150if (markData.Reason2 != null) 152var combinedNode = new Tuple<DependencyNodeCore<DependencyContextType>, DependencyNodeCore<DependencyContextType>>(markData.Reason1, markData.Reason2); 173if (markData.Reason2 != null) 176logEdgeVisitor.VisitEdge(markData.Reason1, markData.Reason2, node, markData.Reason);