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