3 instantiations of InProgressState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
156var newState = new InProgressState( 344var allSyntaxTreesParsedState = new InProgressState( 722InProgressState inProgressState => new InProgressState(
19 references to InProgressState
Microsoft.CodeAnalysis.Workspaces (19)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (19)
137Contract.ThrowIfFalse(forkedTrackerState is null or InProgressState); 151InProgressState inProgressState => (inProgressState.LazyCompilationWithoutGeneratedDocuments, inProgressState.LazyStaleCompilationWithGeneratedDocuments), 156var newState = new InProgressState( 170InProgressState inProgressState => inProgressState.PendingTranslationActions, 292var expandedInProgressState = state switch 295InProgressState inProgressState => inProgressState, 304var collapsedInProgressState = await CollapseInProgressStateAsync(expandedInProgressState).ConfigureAwait(false); 312InProgressState BuildInProgressStateFromNoCompilationState() 344var allSyntaxTreesParsedState = new InProgressState( 360async Task<InProgressState> CollapseInProgressStateAsync(InProgressState initialState) 367var currentState = initialState; 405ApplyFirstTransformationAsync(InProgressState inProgressState, bool hasSourceGenerators) 451async Task<FinalCompilationTrackerState> FinalizeCompilationAsync(InProgressState inProgressState) 475async Task<FinalCompilationTrackerState> FinalizeCompilationWorkerAsync(InProgressState inProgressState) 720var newState = state switch 722InProgressState inProgressState => new InProgressState( 816else if (state is InProgressState inProgressState) 938else if (state is InProgressState inProgressState)