1 instantiation of DynamicHelperCellKey
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1270
DynamicHelperCellKey key = new
DynamicHelperCellKey
(methodWithToken, isUnboxingStub: false, isInstantiatingStub);
6 references to DynamicHelperCellKey
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (6)
428
_dynamicHelperCellCache = new NodeCache<
DynamicHelperCellKey
, ISymbolNode>(key =>
1233
struct DynamicHelperCellKey : IEquatable<
DynamicHelperCellKey
>
1246
public bool Equals(
DynamicHelperCellKey
other)
1255
return obj is
DynamicHelperCellKey
other && Equals(other);
1266
private NodeCache<
DynamicHelperCellKey
, ISymbolNode> _dynamicHelperCellCache;
1270
DynamicHelperCellKey
key = new DynamicHelperCellKey(methodWithToken, isUnboxingStub: false, isInstantiatingStub);