2 writes to _typeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\CallingConvention\CdacTypeHandle.cs (2)
30_typeInfo = typeHandle is null 39_typeInfo = typeInfo;
11 references to _typeInfo
Microsoft.Diagnostics.DataContractReader.Contracts (11)
Contracts\CallingConvention\CdacTypeHandle.cs (11)
45private CdacITypeHandle? ExactTypeHandle => _typeInfo.ExactTypeHandle; 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); 239_typeInfo);