1 write to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
6755WriteLittleEndian(ref typeInfo.elementType, (int)elementType);
13 references to elementType
Microsoft.Diagnostics.DataContractReader.Legacy (13)
Dbi\DacDbiImpl.cs (13)
3473Debug.Assert(cdac->ArrayTypeData_arrayTypeArg.elementType == dac->ArrayTypeData_arrayTypeArg.elementType, 3474$"cDAC ArrayTypeData.arrayTypeArg.elementType: {cdac->ArrayTypeData_arrayTypeArg.elementType}, DAC: {dac->ArrayTypeData_arrayTypeArg.elementType}"); 3484Debug.Assert(cdac->UnaryTypeData_unaryTypeArg.elementType == dac->UnaryTypeData_unaryTypeArg.elementType, 3485$"cDAC UnaryTypeData.unaryTypeArg.elementType: {cdac->UnaryTypeData_unaryTypeArg.elementType}, DAC: {dac->UnaryTypeData_unaryTypeArg.elementType}"); 3638CorElementType et = (CorElementType)ReadLittleEndian(pData->elementType); 4425Debug.Assert(pTypedByRefType->elementType == typeLocal.elementType, 4426$"cDAC elementType: {pTypedByRefType->elementType}, DAC: {typeLocal.elementType}");