1 write to _resolvedProfileData
ILCompiler.ReadyToRun (1)
Compiler\CallChainProfile.cs (1)
58_resolvedProfileData = ResolveMethods(analysisData, context);
2 references to _resolvedProfileData
ILCompiler.ReadyToRun (2)
Compiler\CallChainProfile.cs (2)
310foreach (var key in _resolvedProfileData) 325public IReadOnlyDictionary<MethodDesc, Dictionary<MethodDesc, int>> ResolvedProfileData => _resolvedProfileData;