2 writes to id
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
4562
corField->
id
= default;
4589
corField->
id
= default;
12 references to id
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (12)
4571
corField->
id
.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value;
4572
corField->
id
.token2 = 0;
4582
corField->
id
.token1 = mtHandle.Address.Value;
4583
corField->
id
.token2 = 0;
4619
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}");
4620
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}");