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