2 writes to elementSize
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
4708
pLayout->
elementSize
= sizeof(char);
4727
pLayout->
elementSize
= rts.GetComponentSize(arrayOrStringTypeHandle);
4 references to elementSize
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
4751
Debug.Assert(pLayout->
elementSize
== resultLocal.
elementSize
, $"cDAC: {pLayout->
elementSize
}, DAC: {resultLocal.
elementSize
}");