1 write to NativeOffset
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
374
=> (
NativeOffset
, ILOffset) = (nativeOffset, ilOffset);
3 references to NativeOffset
ILCompiler.RyuJit (3)
Compiler\DependencyAnalysis\MethodCodeNode.cs (3)
300
if (nativeMapping.
NativeOffset
== previousNativeOffset)
309
nativeMapping.
NativeOffset
,
312
previousNativeOffset = nativeMapping.
NativeOffset
;