2 writes to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
740
_synthesizedPgoDependencies
= null;
4988
_synthesizedPgoDependencies
= new HashSet<MethodDesc>();
4 references to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
592
if (
_synthesizedPgoDependencies
!= null)
595
_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies,
_synthesizedPgoDependencies
);
4987
if (
_synthesizedPgoDependencies
== null)
4990
_synthesizedPgoDependencies
.Add(methodDesc);