1 override of GetOffsets
ILCompiler.Compiler (1)
Compiler\ILScanner.cs (1)
901internal override Dictionary<MetadataType, int> GetOffsets() => _offsets;
4 references to GetOffsets
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (2)
249_inlinedThreadStatics.GetOffsets().ContainsKey(type)) 1082_inlinedThreadStatics.GetOffsets().TryGetValue(type, out var offset))
Compiler\DependencyAnalysis\ThreadStaticsNode.cs (2)
61_inlined.GetOffsets(), 150internal int GetTypeStorageOffset(MetadataType type) => _inlined.GetOffsets()[type];