2 instantiations of ProfileDataMap
ILCompiler.ReadyToRun (2)
Compiler\ProfileDataManager.cs (2)
92
_inputProfileData = new
ProfileDataMap
(nonLocalGenericsHome, _compilationGroup);
98
_synthesizedProfileData = new
ProfileDataMap
(nonLocalGenericsHome, _compilationGroup);
2 references to ProfileDataMap
ILCompiler.ReadyToRun (2)
Compiler\ProfileDataManager.cs (2)
24
private readonly
ProfileDataMap
_inputProfileData;
27
private readonly
ProfileDataMap
_synthesizedProfileData;