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