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