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)
574if (_synthesizedPgoDependencies != null) 577_compilation.NodeFactory.InstrumentationDataTable.EmbedSynthesizedPgoDataForMethods(ref _additionalDependencies, _synthesizedPgoDependencies); 4970if (_synthesizedPgoDependencies == null) 4973_synthesizedPgoDependencies.Add(methodDesc);