6 references to ExtraDebugInfoFlags_1
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\DebugInfo\DebugInfo_1.cs (6)
56ExtraDebugInfoFlags_1 flagByte = (ExtraDebugInfoFlags_1)_target.Read<byte>(debugInfo++); 58if (flagByte.HasFlag(ExtraDebugInfoFlags_1.EXTRA_DEBUG_INFO_PATCHPOINT)) 66flagByte &= ~ExtraDebugInfoFlags_1.EXTRA_DEBUG_INFO_PATCHPOINT; 69if (flagByte.HasFlag(ExtraDebugInfoFlags_1.EXTRA_DEBUG_INFO_RICH)) 74flagByte &= ~ExtraDebugInfoFlags_1.EXTRA_DEBUG_INFO_RICH;