3 references to PgoInstrumentationResults
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
75private Dictionary<MethodDesc, PgoInstrumentationResults> _pgoResults = new Dictionary<MethodDesc, PgoInstrumentationResults>(); 4608if (!_pgoResults.TryGetValue(methodDesc, out PgoInstrumentationResults pgoResults))