1 write to InstrumentationKind
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4753
nativeSchemas[i].
InstrumentationKind
= (PgoInstrumentationKind)pgoResultsSchemas[i].InstrumentationKind;
2 references to InstrumentationKind
ILCompiler.ReadyToRun (2)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3193
if (pSchema[iSchema].
InstrumentationKind
!= PgoInstrumentationKind.BasicBlockIntCount)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
264
bool isType = nativeSchema[index + 1].
InstrumentationKind
== PgoInstrumentationKind.HandleHistogramTypes;