2 implementations of SetSendExceptionsOutsideOfJMC
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1043
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.
SetSendExceptionsOutsideOfJMC
(global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL sendExceptionsOutsideOfJMC)
Dbi\DacDbiImpl.cs (1)
509
public int
SetSendExceptionsOutsideOfJMC
(Interop.BOOL sendExceptionsOutsideOfJMC)
2 references to SetSendExceptionsOutsideOfJMC
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (1)
1068
__retVal = @this.
SetSendExceptionsOutsideOfJMC
(sendExceptionsOutsideOfJMC);
Dbi\DacDbiImpl.cs (1)
523
int hrLocal = _legacy.
SetSendExceptionsOutsideOfJMC
(sendExceptionsOutsideOfJMC);