2 implementations of GetNestedExceptionData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3160
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetNestedExceptionData
(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress exception, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* exceptionObject, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress* nextNestedException)
SOSDacImpl.cs (1)
3219
int ISOSDacInterface.
GetNestedExceptionData
(ClrDataAddress exception, ClrDataAddress* exceptionObject, ClrDataAddress* nextNestedException)
2 references to GetNestedExceptionData
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
3190
__retVal = @this.
GetNestedExceptionData
(exception, exceptionObject, nextNestedException);
SOSDacImpl.cs (1)
3244
int hrLocal = _legacyImpl.
GetNestedExceptionData
(exception, &exceptionObjectLocal, &nextNestedExceptionLocal);