1 write to ILOffset
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4750nativeSchemas[i].ILOffset = pgoResultsSchemas[i].ILOffset;
4 references to ILOffset
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (1)
3207blockCounts[iSchema].ILOffset = (uint)pSchema[iSchema].ILOffset;
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (3)
275numberOfRecords = getLikelyClasses(likelyClassMethods, 1, pSchema, 2, pInstrumentationData, nativeSchema[index].ILOffset); 279numberOfRecords = getLikelyMethods(likelyClassMethods, 1, pSchema, 2, pInstrumentationData, nativeSchema[index].ILOffset); 311likelyClassElem.ILOffset = nativeSchema[index].ILOffset;