2 references to _doubleAlignHeuristicCache
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
2376if (!_doubleAlignHeuristicCache.TryGetValue(type, out bool doDoubleAlign)) 2379_doubleAlignHeuristicCache.Add(type, doDoubleAlign);