1 write to InstrumentationKind
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4753
nativeSchemas[i].
InstrumentationKind
= (PgoInstrumentationKind)pgoResultsSchemas[i].InstrumentationKind;
1 reference to InstrumentationKind
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
264
bool isType = nativeSchema[index + 1].
InstrumentationKind
== PgoInstrumentationKind.HandleHistogramTypes;