3 references to READYTORUN_FLAG_MultiModuleVersionBubble
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\InliningInfoNode.cs (1)
239bool crossModuleMultiModuleFormat = (factory.CompilationModuleGroup.GetReadyToRunFlags() & ReadyToRunFlags.READYTORUN_FLAG_MultiModuleVersionBubble) != 0;
Compiler\ReadyToRunCodegenCompilation.cs (1)
524flags |= _nodeFactory.CompilationModuleGroup.GetReadyToRunFlags() & ReadyToRunFlags.READYTORUN_FLAG_MultiModuleVersionBubble;
Compiler\ReadyToRunCompilationModuleGroupBase.cs (1)
165flags |= ReadyToRunFlags.READYTORUN_FLAG_MultiModuleVersionBubble;