14 references to IS_REFERENCE
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataFrame.cs (7)
473valueFlags = (uint)ClrDataValueFlag.IS_REFERENCE; 676or CorElementType.SzArray or CorElementType.Array => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 741PrimitiveTypeCode.String or PrimitiveTypeCode.Object => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 749RawTypeKind_Class => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 757RawTypeKind_Class => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 772=> ((uint)ClrDataValueFlag.IS_REFERENCE, -1); 775=> ((uint)ClrDataValueFlag.IS_REFERENCE, -1);
ClrDataValue.cs (7)
58if (_locations.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 246if ((_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 334*numFields = (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0 403|| (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) == 0 452if ((_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 966otherFlags |= (uint)ClrDataValueFlag.IS_REFERENCE; 993if ((isDeref || (otherFlags & (uint)ClrDataValueFlag.IS_REFERENCE) == 0)