1 write to StartOffset
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (1)
29StartOffset = startOffset;
5 references to StartOffset
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (2)
190runtimeFunctionsBuilder.EmitReloc(symbol, RelocType.IMAGE_REL_BASED_ADDR32NB, frameInfo.StartOffset); 194Debug.Assert(frameInfo.StartOffset != frameInfo.EndOffset);
parent\parent\Common\Compiler\DependencyAnalysis\INodeWithCodeInfo.cs (3)
36&& StartOffset == other.StartOffset 46hash.Add(StartOffset);