5 references to Clone
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionState.CompilationTracker.cs (3)
148return new CompilationTracker(newProject, newState, this.SkeletonReferenceCache.Clone()); 162return new CompilationTracker(newProject, newState, this.SkeletonReferenceCache.Clone()); 248return new CompilationTracker(inProgressProject, finalState, this.SkeletonReferenceCache.Clone());
Workspace\Solution\SolutionState.GeneratedFileReplacingCompilationTracker.cs (1)
43SkeletonReferenceCache = underlyingTracker.SkeletonReferenceCache.Clone();
Workspace\Solution\SolutionState.SkeletonReferenceCache.cs (1)
41/// cref="ICompilationTracker"/> forks itself, it will also <see cref="Clone"/> this, allowing previously computed