1 write to _profileFileBuilder
ILCompiler.ReadyToRun (1)
CodeGen\ReadyToRunObjectWriter.cs (1)
169
_profileFileBuilder
= new ProfileFileBuilder(_outputInfoBuilder, callChainProfile, _nodeFactory.Target);
2 references to _profileFileBuilder
ILCompiler.ReadyToRun (2)
CodeGen\ReadyToRunObjectWriter.cs (2)
245
if (
_profileFileBuilder
!= null)
248
_profileFileBuilder
.SaveProfile(path);