3 references to IMAGE_REL_FILE_CHECKSUM_CALLBACK
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\ObjectDataBuilder.cs (2)
313case RelocType.IMAGE_REL_FILE_CHECKSUM_CALLBACK: 329EmitReloc(checksum, RelocType.IMAGE_REL_FILE_CHECKSUM_CALLBACK, checksum.ChecksumSize);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
564if (reloc.RelocType == RelocType.IMAGE_REL_FILE_CHECKSUM_CALLBACK)