1 write to _resolvedProfileData
ILCompiler.ReadyToRun (1)
Compiler\CallChainProfile.cs (1)
58
_resolvedProfileData
= ResolveMethods(analysisData, context);
1 reference to _resolvedProfileData
ILCompiler.ReadyToRun (1)
Compiler\CallChainProfile.cs (1)
325
public IReadOnlyDictionary<MethodDesc, Dictionary<MethodDesc, int>> ResolvedProfileData =>
_resolvedProfileData
;