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