1 write to ContainingImportSection
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
762ContainingImportSection = containingImportSection;
4 references to ContainingImportSection
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (4)
322return new ImportThunk(this, key.Helper, key.ContainingImportSection, key.UseVirtualCall, key.UseJumpableStub); 770ContainingImportSection == other.ContainingImportSection && 782return HashCode.Combine(Helper, ContainingImportSection, UseVirtualCall, UseJumpableStub);