2 implementations of GetCurrentExceptionState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
595int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.GetCurrentExceptionState(global::Microsoft.Diagnostics.DataContractReader.Legacy.DacComNullableByRef<global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionState> exception)
ClrDataTask.cs (1)
96int IXCLRDataTask.GetCurrentExceptionState(DacComNullableByRef<IXCLRDataExceptionState> exception)
2 references to GetCurrentExceptionState
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\54\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataTask.cs (1)
643__retVal = @this.GetCurrentExceptionState(exception);
ClrDataTask.cs (1)
104hrLocal = _legacyImpl.GetCurrentExceptionState(legacyExceptionStateOut);