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