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