5 references to Clone
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (2)
68
_skeletonReferenceCache = skeletonReferenceCacheToClone.
Clone
();
908
=> _skeletonReferenceCache.
Clone
();
Workspace\Solution\SolutionCompilationState.SkeletonReferenceCache.cs (2)
40
/// cref="ICompilationTracker"/> forks itself, it will also <see cref="
Clone
"/> this, allowing previously computed
62
/// only do so by calling <see cref="
Clone
"/>.
Workspace\Solution\SolutionCompilationState.WithFrozenSourceGeneratedDocumentsCompilationTracker.cs (1)
244
=> _skeletonReferenceCache.
Clone
();