1 write to ElementType
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\SignatureTypeInfo.cs (1)
17ElementType = elementType;
11 references to ElementType
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\CallingConvention\CallingConvention_1.cs (1)
252CdacCorElementType elemType = typeInfo.ElementType;
Contracts\CallingConvention\CdacTypeHandle.cs (9)
50public bool IsNull() => ExactTypeHandle is null && _typeInfo.ElementType == default; 53=> _typeInfo.ElementType == CdacCorElementType.ValueType 57=> _typeInfo.ElementType == CdacCorElementType.Ptr 61=> _typeInfo.ElementType == CdacCorElementType.ValueType 66if (_typeInfo.ElementType is CdacCorElementType.Ptr 81$"Exact runtime layout is unavailable for {_typeInfo.ElementType}."); 94if (_typeInfo.ElementType == default) 104if (_typeInfo.ElementType != CdacCorElementType.ValueType || ExactTypeHandle is null) 106return MapCorElementType(_typeInfo.ElementType);
Contracts\CallingConvention\SignatureTypeInfoProvider.cs (1)
61genericType.ElementType,