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