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)
24private readonly ProfileDataMap _inputProfileData; 27private readonly ProfileDataMap _synthesizedProfileData;