2 implementations of ExceptionCatcherEnter
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\66\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification4.cs (1)
49
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification4.
ExceptionCatcherEnter
(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance catchingMethod, uint catcherNativeOffset)
_generated\67\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification5.cs (1)
433
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification4.
ExceptionCatcherEnter
(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance catchingMethod, uint catcherNativeOffset) => throw new global::System.Diagnostics.UnreachableException();
3 references to ExceptionCatcherEnter
Microsoft.Diagnostics.DataContractReader.Legacy (3)
_generated\66\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification4.cs (1)
88
__retVal = @this.
ExceptionCatcherEnter
(catchingMethod, catcherNativeOffset);
_generated\67\Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification5.cs (1)
492
new int ExceptionCatcherEnter(global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataMethodInstance catchingMethod, uint catcherNativeOffset) => ((global::Microsoft.Diagnostics.DataContractReader.Legacy.IXCLRDataExceptionNotification4)this).
ExceptionCatcherEnter
(catchingMethod, catcherNativeOffset);
SOSDacImpl.IXCLRDataProcess.cs (1)
726
notify4.
ExceptionCatcherEnter
(new ClrDataMethodInstance(_target, methodDesc, appDomain, null), exceptionCatcherEnter.NativeOffset);