3 instantiations of InProgressState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
153var newState = new InProgressState( 341var allSyntaxTreesParsedState = new InProgressState( 716InProgressState inProgressState => new InProgressState(
19 references to InProgressState
Microsoft.CodeAnalysis.Workspaces (19)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (19)
134Contract.ThrowIfFalse(forkedTrackerState is null or InProgressState); 148InProgressState inProgressState => (inProgressState.LazyCompilationWithoutGeneratedDocuments, inProgressState.LazyStaleCompilationWithGeneratedDocuments), 153var newState = new InProgressState( 167InProgressState inProgressState => inProgressState.PendingTranslationActions, 289var expandedInProgressState = state switch 292InProgressState inProgressState => inProgressState, 301var collapsedInProgressState = await CollapseInProgressStateAsync(expandedInProgressState).ConfigureAwait(false); 309InProgressState BuildInProgressStateFromNoCompilationState() 341var allSyntaxTreesParsedState = new InProgressState( 357async Task<InProgressState> CollapseInProgressStateAsync(InProgressState initialState) 364var currentState = initialState; 402ApplyFirstTransformationAsync(InProgressState inProgressState, bool hasSourceGenerators) 448async Task<FinalCompilationTrackerState> FinalizeCompilationAsync(InProgressState inProgressState) 472async Task<FinalCompilationTrackerState> FinalizeCompilationWorkerAsync(InProgressState inProgressState) 714var newState = state switch 716InProgressState inProgressState => new InProgressState( 807else if (state is InProgressState inProgressState) 929else if (state is InProgressState inProgressState)