1 implementation of Clone
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\Context\ContextHolder.cs (1)
51
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)
130
return new(Context.
Clone
(), State, FrameIter.CurrentFrameAddress, ThreadData, isResumable, isActiveFrame);
666
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
807
IPlatformAgnosticContext parentContext = handle.Context.
Clone
();
Contracts\StackWalk\StackWalk_1.ExceptionHandling.cs (3)
49
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();
73
IPlatformAgnosticContext callerCallerContext = callerContext.
Clone
();
145
IPlatformAgnosticContext callerContext = handle.Context.
Clone
();