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