1 implementation of Clone
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
52
public IPlatformAgnosticContext
Clone
() => new ContextHolder<T>() { Context = Context };
10 references to Clone
Microsoft.Diagnostics.DataContractReader.Contracts (10)
Contracts\StackWalk\GC\GcScanner.cs (1)
387
IPlatformAgnosticContext callerContext = context.
Clone
();
Contracts\StackWalk\StackWalk_1.cs (6)
124
return new(Context.
Clone
(), State, FrameIter.CurrentFrameAddress, ThreadData, isResumable, isActiveFrame, IsInterrupted, HasFaulted, isExceptionFrame);
152
IPlatformAgnosticContext tmpContext = context.
Clone
();
172
IPlatformAgnosticContext tmpContext = context.
Clone
();
816
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
1008
IPlatformAgnosticContext parentContext = handle.Context.
Clone
();
1118
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
49
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
73
IPlatformAgnosticContext callerCallerContext = callerContext.
Clone
();
202
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();