2 writes to id
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
5413
corField->
id
= default;
5440
corField->
id
= default;
12 references to id
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (12)
5422
corField->
id
.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value;
5423
corField->
id
.token2 = 0;
5433
corField->
id
.token1 = mtHandle.Address.Value;
5434
corField->
id
.token2 = 0;
5470
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}");
5471
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}");