14 references to IS_REFERENCE
Microsoft.Diagnostics.DataContractReader.Legacy (14)
ClrDataFrame.cs (7)
507valueFlags = (uint)ClrDataValueFlag.IS_REFERENCE; 710or CorElementType.SzArray or CorElementType.Array => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 775PrimitiveTypeCode.String or PrimitiveTypeCode.Object => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 783RawTypeKind_Class => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 791RawTypeKind_Class => ((uint)ClrDataValueFlag.IS_REFERENCE, -1), 806=> ((uint)ClrDataValueFlag.IS_REFERENCE, -1); 809=> ((uint)ClrDataValueFlag.IS_REFERENCE, -1);
ClrDataValue.cs (7)
62if (_locations.Length > 0 && (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 260if ((_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 359*numFields = (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0 459|| (_flags & (uint)ClrDataValueFlag.IS_REFERENCE) == 0 509if ((_flags & (uint)ClrDataValueFlag.IS_REFERENCE) != 0) 1026otherFlags |= (uint)ClrDataValueFlag.IS_REFERENCE; 1053if ((isDeref || (otherFlags & (uint)ClrDataValueFlag.IS_REFERENCE) == 0)