4 references to CompilationTracker
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionState.CompilationTracker.cs (4)
67: this(project, CompilationTrackerState.Empty, cachedSkeletonReferences: new()) 148return new CompilationTracker(newProject, newState, this.SkeletonReferenceCache.Clone()); 162return new CompilationTracker(newProject, newState, this.SkeletonReferenceCache.Clone()); 248return new CompilationTracker(inProgressProject, finalState, this.SkeletonReferenceCache.Clone());