4 references to IS_ARRAY
Microsoft.Diagnostics.DataContractReader.Legacy (4)
ClrDataValue.cs (4)
456
else if ((_flags & (uint)ClrDataValueFlag.
IS_ARRAY
) != 0)
526
if ((_flags & (uint)ClrDataValueFlag.
IS_ARRAY
) == 0)
585
if ((_flags & (uint)ClrDataValueFlag.
IS_ARRAY
) == 0)
976
otherFlags |= (uint)ClrDataValueFlag.
IS_ARRAY
;