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