2 writes to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (2)
parent\parent\Common\JitInterface\CorInfoImpl.cs (2)
744
_synthesizedPgoDependencies
= null;
5024
_synthesizedPgoDependencies
= new HashSet<MethodDesc>();
4 references to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (4)
parent\parent\Common\JitInterface\CorInfoImpl.cs (4)
595
if (
_synthesizedPgoDependencies
!= null)
598
_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies,
_synthesizedPgoDependencies
);
5023
if (
_synthesizedPgoDependencies
== null)
5026
_synthesizedPgoDependencies
.Add(methodDesc);