10 references to ReadyToRunImportSectionFlags
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (3)
40private readonly ReadyToRunImportSectionFlags _flags; 47public ImportSectionNode(string name, ReadyToRunImportSectionType importType, ReadyToRunImportSectionFlags flags, byte entrySize, bool emitPrecode, bool emitGCRefMap) 97public bool IsEager => (_flags & ReadyToRunImportSectionFlags.Eager) != 0;
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (7)
1184ReadyToRunImportSectionFlags.Eager, 1244ReadyToRunImportSectionFlags.None, 1253ReadyToRunImportSectionFlags.PCode, 1262ReadyToRunImportSectionFlags.PCode, 1271ReadyToRunImportSectionFlags.PCode, 1280ReadyToRunImportSectionFlags.PCode, 1289ReadyToRunImportSectionFlags.None,