2 references to IS_INHERITED
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataValue.cs (2)
839bool includeParents = (flags & (uint)ClrDataValueFlag.IS_INHERITED) != 0; 946uint flags = entry.IsInherited ? (uint)ClrDataValueFlag.IS_INHERITED : 0;