1 instantiation of CallChainProfile
crossgen2 (1)
Program.cs (1)
530jsonProfile = new CallChainProfile(callChainProfileFile, typeSystemContext, _referenceableModules);
8 references to CallChainProfile
crossgen2 (1)
Program.cs (1)
526CallChainProfile jsonProfile = null;
ILCompiler.ReadyToRun (7)
CodeGen\ReadyToRunObjectWriter.cs (2)
134CallChainProfile callChainProfile, 322CallChainProfile callChainProfile,
Compiler\ProfileDataManager.cs (3)
29private readonly CallChainProfile _callChainProfile; 40CallChainProfile callChainProfile, 131public CallChainProfile CallChainProfile => _callChainProfile;
ObjectWriter\ProfileFileBuilder.cs (2)
56private readonly CallChainProfile _callChainProfile; 63public ProfileFileBuilder(OutputInfoBuilder outputInfoBuilder, CallChainProfile callChainProfile, TargetDetails targetDetails)