MemoScope/Modules/Referers/ReferersAnalysis.cs
Method AnalyzeReferers
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public static List<ReferersInformation> AnalyzeReferers(MessageBus msgBus, ClrDump clrDump, HashSet<ulong> addresses)
{
var referers = new List<ReferersInformation>();
var dicoByRefererType = new Dictionary<ClrType, Dictionary<string, ReferersInformation>>();
CancellationTokenSource token = new CancellationTokenSource();