1 write to _flags
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
51_flags = flags;
2 references to _flags
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (2)
97public bool IsEager => (_flags & ReadyToRunImportSectionFlags.Eager) != 0; 119dataBuilder.EmitShort((short)_flags);