15 references to Ref
Microsoft.Diagnostics.DataContractReader.Contracts (15)
Contracts\StackWalk\GC\GcScanner.cs (1)
447
case GcTypeKind.
Ref
:
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (14)
64
PrimitiveTypeCode.String or PrimitiveTypeCode.Object => GcTypeKind.
Ref
,
76
=> rawTypeKind == (byte)SignatureTypeKind.ValueType ? GcTypeKind.Other : GcTypeKind.
Ref
;
78
public GcTypeKind GetSZArrayType(GcTypeKind elementType) => GcTypeKind.
Ref
;
79
public GcTypeKind GetArrayType(GcTypeKind elementType, ArrayShape shape) => GcTypeKind.
Ref
;
92
return GcTypeKind.
Ref
;
97
return GcTypeKind.
Ref
;
116
return GcTypeKind.
Ref
;
122
return GcTypeKind.
Ref
;
127
return GcTypeKind.
Ref
;
147
return GcTypeKind.
Ref
;
162
return rawTypeKind == (byte)SignatureTypeKind.ValueType ? GcTypeKind.Other : GcTypeKind.
Ref
;
168
return rawTypeKind == (byte)SignatureTypeKind.ValueType ? GcTypeKind.Other : GcTypeKind.
Ref
;
181
return GcTypeKind.
Ref
;
216
return GcTypeKind.
Ref
;