1 instantiation of ImportThunkKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
806
ImportThunkKey thunkKey = new
ImportThunkKey
(helper, containingImportSection, useVirtualCall, useJumpableStub);
6 references to ImportThunkKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
336
_importThunks = new NodeCache<
ImportThunkKey
, ISymbolDefinitionNode>(key =>
768
private struct ImportThunkKey : IEquatable<
ImportThunkKey
>
783
public bool Equals(
ImportThunkKey
other)
793
return obj is
ImportThunkKey
other && Equals(other);
802
private NodeCache<
ImportThunkKey
, ISymbolDefinitionNode> _importThunks;
806
ImportThunkKey
thunkKey = new ImportThunkKey(helper, containingImportSection, useVirtualCall, useJumpableStub);