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