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