1 write to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
5946WriteLittleEndian(ref typeInfo.elementType, (int)elementType);
13 references to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (13)
Dbi\DacDbiImpl.cs (13)
2800Debug.Assert(cdac->ArrayTypeData_arrayTypeArg.elementType == dac->ArrayTypeData_arrayTypeArg.elementType, 2801$"cDAC ArrayTypeData.arrayTypeArg.elementType: {cdac->ArrayTypeData_arrayTypeArg.elementType}, DAC: {dac->ArrayTypeData_arrayTypeArg.elementType}"); 2811Debug.Assert(cdac->UnaryTypeData_unaryTypeArg.elementType == dac->UnaryTypeData_unaryTypeArg.elementType, 2812$"cDAC UnaryTypeData.unaryTypeArg.elementType: {cdac->UnaryTypeData_unaryTypeArg.elementType}, DAC: {dac->UnaryTypeData_unaryTypeArg.elementType}"); 2963CorElementType et = (CorElementType)ReadLittleEndian(pData->elementType); 3738Debug.Assert(pTypedByRefType->elementType == typeLocal.elementType, 3739$"cDAC elementType: {pTypedByRefType->elementType}, DAC: {typeLocal.elementType}");