2 writes to LowerBounds
ILCompiler.MetadataTransform (2)
ILCompiler\Metadata\Transform.Type.cs (2)
112LowerBounds = Array.Empty<int>(), 453LowerBounds = Array.Empty<int>(),
5 references to LowerBounds
ILCompiler.MetadataTransform (5)
Internal\Metadata\NativeFormat\Writer\NativeFormatWriterGen.cs (5)
44if (!LowerBounds.SequenceEqual(other.LowerBounds)) return false; 60for (int i = 0; i < LowerBounds.Length; i++) 62hash = ((hash << 13) - (hash >> 19)) ^ LowerBounds[i].GetHashCode(); 79writer.Write(LowerBounds);