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