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