3 references to _methodsWithSynthesizedPgoData
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (3)
197
lock (
_methodsWithSynthesizedPgoData
)
199
_methodsWithSynthesizedPgoData
.Add(md);
264
methodsToInsert.UnionWith(
_methodsWithSynthesizedPgoData
);