4 instantiations of RegularCompilationTracker
Microsoft.CodeAnalysis.Workspaces (4)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (4)
134return new RegularCompilationTracker( 732return new RegularCompilationTracker( 752: new RegularCompilationTracker(this.ProjectState, newFinalState, skeletonReferenceCacheToClone: _skeletonReferenceCache); 827return new RegularCompilationTracker(
3 references to RegularCompilationTracker
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.CompilationTracker.CompilationTrackerState.cs (2)
20/// The base type of all <see cref="RegularCompilationTracker"/> states. The state of a <see 21/// cref="RegularCompilationTracker" /> starts at null, and then will progress through the other states until it
Workspace\Solution\SolutionCompilationState.ICompilationTracker.cs (1)
62/// cref="RegularCompilationTracker"/> to get its generated documents. If this is <see langword="true"/> then