2 writes to id
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
3690
corField->
id
= default;
3717
corField->
id
= default;
12 references to id
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (12)
3699
corField->
id
.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value;
3700
corField->
id
.token2 = 0;
3710
corField->
id
.token1 = mtHandle.Address.Value;
3711
corField->
id
.token2 = 0;
3747
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}");
3748
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}");