1 write to EndOffset
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (1)
30
EndOffset
= endOffset;
5 references to EndOffset
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (2)
194
Debug.Assert(frameInfo.StartOffset != frameInfo.
EndOffset
);
195
runtimeFunctionsBuilder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_ADDR32NB, delta: frameInfo.
EndOffset
);
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (3)
37
&&
EndOffset
== other.
EndOffset
47
hash.Add(
EndOffset
);