8 references to None
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\StackWalk\GC\GcScanner.cs (1)
455case GcTypeKind.None:
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (7)
66_ => GcTypeKind.None, 81public GcTypeKind GetPointerType(GcTypeKind elementType) => GcTypeKind.None; 131public GcTypeKind GetFunctionPointerType(MethodSignature<GcTypeKind> signature) => GcTypeKind.None; 139return GcTypeKind.None; 175/// enums collapse to their underlying primitive (<see cref="GcTypeKind.None"/>) so 205return GcTypeKind.None; 213return rts.IsEnum(typeHandle) ? GcTypeKind.None : GcTypeKind.Other;