1 write to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
5718WriteLittleEndian(ref typeInfo.elementType, (int)elementType);
13 references to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (13)
Dbi\DacDbiImpl.cs (13)
2563Debug.Assert(cdac->ArrayTypeData_arrayTypeArg.elementType == dac->ArrayTypeData_arrayTypeArg.elementType, 2564$"cDAC ArrayTypeData.arrayTypeArg.elementType: {cdac->ArrayTypeData_arrayTypeArg.elementType}, DAC: {dac->ArrayTypeData_arrayTypeArg.elementType}"); 2574Debug.Assert(cdac->UnaryTypeData_unaryTypeArg.elementType == dac->UnaryTypeData_unaryTypeArg.elementType, 2575$"cDAC UnaryTypeData.unaryTypeArg.elementType: {cdac->UnaryTypeData_unaryTypeArg.elementType}, DAC: {dac->UnaryTypeData_unaryTypeArg.elementType}"); 2726CorElementType et = (CorElementType)ReadLittleEndian(pData->elementType); 3501Debug.Assert(pTypedByRefType->elementType == typeLocal.elementType, 3502$"cDAC elementType: {pTypedByRefType->elementType}, DAC: {typeLocal.elementType}");