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