1 instantiation of ImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
763
ImportThunkKey thunkKey = new
ImportThunkKey
(helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to ImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
293
_importThunks = new NodeCache<
ImportThunkKey
, ISymbolDefinitionNode>(key =>
725
private struct ImportThunkKey : IEquatable<
ImportThunkKey
>
740
public bool Equals(
ImportThunkKey
other)
750
return obj is
ImportThunkKey
other && Equals(other);
759
private NodeCache<
ImportThunkKey
, ISymbolDefinitionNode> _importThunks;
763
ImportThunkKey
thunkKey = new ImportThunkKey(helper, containingImportSection, useVirtualCall, useJumpableStub);