4 instantiations of CompilationTracker
Microsoft.CodeAnalysis.Workspaces (4)
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.cs (1)
424return new CompilationTracker(projectState);
4 references to CompilationTracker
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionState.CompilationTracker.CompilationTrackerState.cs (2)
96/// The base type of all <see cref="CompilationTracker"/> states. The state of a <see cref="CompilationTracker" />
Workspace\Solution\SolutionState.cs (2)
418private static readonly Func<ProjectId, SolutionState, CompilationTracker> s_createCompilationTrackerFunction = CreateCompilationTracker; 420private static CompilationTracker CreateCompilationTracker(ProjectId projectId, SolutionState solution)