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