2 references to GetValueTypeSize
System.Private.CoreLib (2)
System\ValueType.cs (2)
76return SpanHelpers.SequenceEqual(ref thisRawData, ref thatRawData, GetValueTypeSize(numFields)); 114hashCode.AddBytes(new ReadOnlySpan<byte>(ref this.GetRawData(), GetValueTypeSize(numFields)));