3 references to IsVariableLength
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\Relocation.cs (2)
701Debug.Assert(IsVariableLength(relocType)); 789Debug.Assert(IsVariableLength(relocType));
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WebCilObjectWriter.cs (1)
732if (shrink && Relocation.IsVariableLength(reloc.Type))