2 writes to id
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
4790
corField->
id
= default;
4817
corField->
id
= default;
12 references to id
Microsoft.Diagnostics.DataContractReader.Legacy (12)
Dbi\DacDbiImpl.cs (12)
4799
corField->
id
.token1 = rts.GetPrimitiveType(CorElementType.I).Address.Value;
4800
corField->
id
.token2 = 0;
4810
corField->
id
.token1 = mtHandle.Address.Value;
4811
corField->
id
.token2 = 0;
4847
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}");
4848
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}");