2 writes to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
721
_synthesizedPgoDependencies
= null;
4671
_synthesizedPgoDependencies
= new HashSet<MethodDesc>();
4 references to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
573
if (
_synthesizedPgoDependencies
!= null)
576
_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies,
_synthesizedPgoDependencies
);
4670
if (
_synthesizedPgoDependencies
== null)
4673
_synthesizedPgoDependencies
.Add(methodDesc);