1 implementation of Clone
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
52
public IPlatformAgnosticContext
Clone
() => new ContextHolder<T>() { Context = Context };
7 references to Clone
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\StackWalk\GC\GcScanner.cs (1)
476
IPlatformAgnosticContext callerContext = context.
Clone
();
Contracts\StackWalk\StackWalk_1.cs (3)
115
return new(Context.
Clone
(), State, FrameIter.CurrentFrameAddress, ThreadData, isResumable, isActiveFrame);
645
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
808
IPlatformAgnosticContext parentContext = handle.Context.
Clone
();
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
49
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
73
IPlatformAgnosticContext callerCallerContext = callerContext.
Clone
();
147
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();