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