1 instantiation of ImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
790
ImportThunkKey thunkKey = new
ImportThunkKey
(helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to ImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
320
_importThunks = new NodeCache<
ImportThunkKey
, ISymbolDefinitionNode>(key =>
752
private struct ImportThunkKey : IEquatable<
ImportThunkKey
>
767
public bool Equals(
ImportThunkKey
other)
777
return obj is
ImportThunkKey
other && Equals(other);
786
private NodeCache<
ImportThunkKey
, ISymbolDefinitionNode> _importThunks;
790
ImportThunkKey
thunkKey = new ImportThunkKey(helper, containingImportSection, useVirtualCall, useJumpableStub);