2 implementations of GetLastExceptionState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataTask.cs (1)
232int IXCLRDataTask.GetLastExceptionState(DacComNullableByRef<IXCLRDataExceptionState> exception)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
734int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.GetLastExceptionState(global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState> exception)
2 references to GetLastExceptionState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
ClrDataTask.cs (1)
241hrLocal = _legacyImpl.GetLastExceptionState(legacyExceptionStateOut);
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
782__retVal = @this.GetLastExceptionState(exception);