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. 95HResultValidationMode mode = HResultValidationMode.AllowDivergentFailures, 102HResultValidationMode.AllowDivergentFailures => cdacHr == dacHr || (cdacHr < 0 && dacHr < 0),