1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\CallingConvention\CdacTypeHandle.cs (1)
39
_typeHandle
= typeHandle;
14 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (14)
Contracts\CallingConvention\CdacTypeHandle.cs (14)
49
public bool IsNull() =>
_typeHandle
.IsNull && _kindOverride == default;
51
public bool IsValueType() => !
_typeHandle
.IsNull && Rts.IsValueType(
_typeHandle
);
55
|| (!
_typeHandle
.IsNull && Rts.IsPointer(
_typeHandle
));
74
if (
_typeHandle
.IsNull)
81
uint baseSize = Rts.GetBaseSize(
_typeHandle
);
90
if (
_typeHandle
.IsNull)
103
CdacCorElementType cdacType = Rts.GetInternalCorElementType(
_typeHandle
);
109
return !
_typeHandle
.IsNull && Rts.RequiresAlign8(
_typeHandle
);
148
if (Arch != RuntimeInfoArchitecture.X86 ||
_typeHandle
.IsNull || !Rts.IsValueType(
_typeHandle
))
160
foreach (TargetPointer fieldDesc in Rts.GetFieldDescList(
_typeHandle
))