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)
49public bool IsNull() => _typeHandle.IsNull && _kindOverride == default; 51public bool IsValueType() => !_typeHandle.IsNull && Rts.IsValueType(_typeHandle); 55|| (!_typeHandle.IsNull && Rts.IsPointer(_typeHandle)); 74if (_typeHandle.IsNull) 81uint baseSize = Rts.GetBaseSize(_typeHandle); 90if (_typeHandle.IsNull) 103CdacCorElementType cdacType = Rts.GetInternalCorElementType(_typeHandle); 109return !_typeHandle.IsNull && Rts.RequiresAlign8(_typeHandle); 148if (Arch != RuntimeInfoArchitecture.X86 || _typeHandle.IsNull || !Rts.IsValueType(_typeHandle)) 160foreach (TargetPointer fieldDesc in Rts.GetFieldDescList(_typeHandle))