7 references to ILOffset
ILCompiler.ReadyToRun (7)
parent\parent\Common\Pgo\PgoFormat.cs (7)
309
if ((processingState & InstrumentationDataProcessingState.
ILOffset
) == InstrumentationDataProcessingState.
ILOffset
)
316
processingState &= ~InstrumentationDataProcessingState.
ILOffset
;
409
modifyMask |= InstrumentationDataProcessingState.
ILOffset
;
419
modifyMask = InstrumentationDataProcessingState.
ILOffset
|
429
if ((modifyMask & InstrumentationDataProcessingState.
ILOffset
) == InstrumentationDataProcessingState.
ILOffset
)