1 instantiation of ImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
933
ImportThunkKey thunkKey = new
ImportThunkKey
(helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to ImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
444
_importThunks = new NodeCache<
ImportThunkKey
, ISymbolDefinitionNode>(key =>
895
private struct ImportThunkKey : IEquatable<
ImportThunkKey
>
910
public bool Equals(
ImportThunkKey
other)
920
return obj is
ImportThunkKey
other && Equals(other);
929
private NodeCache<
ImportThunkKey
, ISymbolDefinitionNode> _importThunks;
933
ImportThunkKey
thunkKey = new ImportThunkKey(helper, containingImportSection, useVirtualCall, useJumpableStub);