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