10 references to Rts
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\CallingConvention\CdacTypeHandle.cs (10)
51public bool IsValueType() => !_typeHandle.IsNull && Rts.IsValueType(_typeHandle); 55|| (!_typeHandle.IsNull && Rts.IsPointer(_typeHandle)); 81uint baseSize = Rts.GetBaseSize(_typeHandle); 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)) 162if (Rts.IsFieldDescStatic(fieldDesc)) 174CdacCorElementType fieldType = Rts.GetFieldDescType(singleFieldType.Value); 192TypeHandle nested = Rts.GetFieldDescApproxTypeHandle(singleFieldType.Value);