1 write to numLoweredElements
ILCompiler.RyuJit (1)
src\runtime\src\coreclr\tools\Common\JitInterface\SwiftPhysicalLowering.cs (1)
235numLoweredElements = loweredTypes.Count
6 references to numLoweredElements
ILCompiler.Compiler (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (6)
1652return LoweredElements.Slice(0, (int)numLoweredElements).SequenceEqual(other.LoweredElements.Slice(0, (int)other.numLoweredElements)) 1653&& Offsets.Slice(0, (int)numLoweredElements).SequenceEqual(other.Offsets.Slice(0, (int)other.numLoweredElements)); 1666for (int i = 0; i < numLoweredElements; i++) 1685for (int i = 0; i < numLoweredElements; i++)