2 references to RetrieveHijackedContext
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\StackWalk\StackWalk_1.cs (2)
872
IPlatformAgnosticContext recoveredContext =
RetrieveHijackedContext
(handle.Context, hijackKind == HijackKind.UnhandledException);
1222
IPlatformAgnosticContext hijacked =
RetrieveHijackedContext
(handle.Context, hijackKind == HijackKind.UnhandledException);