3 references to AllowDivergentFailures
Microsoft.Diagnostics.DataContractReader.Legacy (3)
DebugExtensions.cs (3)
31
/// Like <see cref="
AllowDivergentFailures
"/>, but also allows the cDAC to succeed when the native DAC fails.
95
HResultValidationMode mode = HResultValidationMode.
AllowDivergentFailures
,
102
HResultValidationMode.
AllowDivergentFailures
=> cdacHr == dacHr || (cdacHr < 0 && dacHr < 0),