2 writes to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
722
_synthesizedPgoDependencies
= null;
4971
_synthesizedPgoDependencies
= new HashSet<MethodDesc>();
4 references to _synthesizedPgoDependencies
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (4)
574
if (
_synthesizedPgoDependencies
!= null)
577
_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies,
_synthesizedPgoDependencies
);
4970
if (
_synthesizedPgoDependencies
== null)
4973
_synthesizedPgoDependencies
.Add(methodDesc);