7 references to Other
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\GC\GcScanner.cs (2)
384
bool hasRetBuf = methodSig.ReturnType is GcTypeKind.
Other
;
453
case GcTypeKind.
Other
:
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (5)
65
PrimitiveTypeCode.TypedReference => GcTypeKind.
Other
,
76
=> rawTypeKind == (byte)SignatureTypeKind.ValueType ? GcTypeKind.
Other
: GcTypeKind.Ref;
162
return rawTypeKind == (byte)SignatureTypeKind.ValueType ? GcTypeKind.
Other
: GcTypeKind.Ref;
168
return rawTypeKind == (byte)SignatureTypeKind.ValueType ? GcTypeKind.
Other
: GcTypeKind.Ref;
213
return rts.IsEnum(typeHandle) ? GcTypeKind.None : GcTypeKind.
Other
;