2 writes to componentType
Microsoft.Diagnostics.DataContractReader.Legacy (2)
Dbi\DacDbiImpl.cs (2)
2070
pLayout->
componentType
= CorElementType.Char;
2087
pLayout->
componentType
= componentType;
4 references to componentType
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (4)
2113
Debug.Assert(pLayout->
componentType
== resultLocal.
componentType
, $"cDAC: {pLayout->
componentType
}, DAC: {resultLocal.
componentType
}");