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)
595if (_synthesizedPgoDependencies != null) 598_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies, _synthesizedPgoDependencies); 5023if (_synthesizedPgoDependencies == null) 5026_synthesizedPgoDependencies.Add(methodDesc);