2 writes to id
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
5533
corField->
id
= default;
5560
corField->
id
= default;
12 references to id
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (12)
5542
corField->
id
.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value;
5543
corField->
id
.token2 = 0;
5553
corField->
id
.token1 = mtHandle.Address.Value;
5554
corField->
id
.token2 = 0;
5590
Debug.Assert(layout[i].
id
.token1 == localFieldsPtr[i].
id
.token1, $"field[{i}].id.token1 cDAC: {layout[i].
id
.token1:x}, DAC: {localFieldsPtr[i].
id
.token1:x}");
5591
Debug.Assert(layout[i].
id
.token2 == localFieldsPtr[i].
id
.token2, $"field[{i}].id.token2 cDAC: {layout[i].
id
.token2:x}, DAC: {localFieldsPtr[i].
id
.token2:x}");