1 instantiation of DynamicHelperCellKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1183
DynamicHelperCellKey key = new
DynamicHelperCellKey
(methodWithToken, isUnboxingStub: false, isInstantiatingStub);
6 references to DynamicHelperCellKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
344
_dynamicHelperCellCache = new NodeCache<
DynamicHelperCellKey
, ISymbolNode>(key =>
1146
struct DynamicHelperCellKey : IEquatable<
DynamicHelperCellKey
>
1159
public bool Equals(
DynamicHelperCellKey
other)
1168
return obj is
DynamicHelperCellKey
other && Equals(other);
1179
private NodeCache<
DynamicHelperCellKey
, ISymbolNode> _dynamicHelperCellCache;
1183
DynamicHelperCellKey
key = new DynamicHelperCellKey(methodWithToken, isUnboxingStub: false, isInstantiatingStub);