1 write to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
6615WriteLittleEndian(ref typeInfo.elementType, (int)elementType);
13 references to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (13)
Dbi\DacDbiImpl.cs (13)
3396Debug.Assert(cdac->ArrayTypeData_arrayTypeArg.elementType == dac->ArrayTypeData_arrayTypeArg.elementType, 3397$"cDAC ArrayTypeData.arrayTypeArg.elementType: {cdac->ArrayTypeData_arrayTypeArg.elementType}, DAC: {dac->ArrayTypeData_arrayTypeArg.elementType}"); 3407Debug.Assert(cdac->UnaryTypeData_unaryTypeArg.elementType == dac->UnaryTypeData_unaryTypeArg.elementType, 3408$"cDAC UnaryTypeData.unaryTypeArg.elementType: {cdac->UnaryTypeData_unaryTypeArg.elementType}, DAC: {dac->UnaryTypeData_unaryTypeArg.elementType}"); 3558CorElementType et = (CorElementType)ReadLittleEndian(pData->elementType); 4334Debug.Assert(pTypedByRefType->elementType == typeLocal.elementType, 4335$"cDAC elementType: {pTypedByRefType->elementType}, DAC: {typeLocal.elementType}");