3 instantiations of InProgressState
Microsoft.CodeAnalysis.Workspaces (3)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (3)
152var newState = new InProgressState( 340var allSyntaxTreesParsedState = new InProgressState( 715InProgressState inProgressState => new InProgressState(
19 references to InProgressState
Microsoft.CodeAnalysis.Workspaces (19)
Workspace\Solution\SolutionCompilationState.RegularCompilationTracker.cs (19)
133Contract.ThrowIfFalse(forkedTrackerState is null or InProgressState); 147InProgressState inProgressState => (inProgressState.LazyCompilationWithoutGeneratedDocuments, inProgressState.LazyStaleCompilationWithGeneratedDocuments), 152var newState = new InProgressState( 166InProgressState inProgressState => inProgressState.PendingTranslationActions, 288var expandedInProgressState = state switch 291InProgressState inProgressState => inProgressState, 300var collapsedInProgressState = await CollapseInProgressStateAsync(expandedInProgressState).ConfigureAwait(false); 308InProgressState BuildInProgressStateFromNoCompilationState() 340var allSyntaxTreesParsedState = new InProgressState( 356async Task<InProgressState> CollapseInProgressStateAsync(InProgressState initialState) 363var currentState = initialState; 401ApplyFirstTransformationAsync(InProgressState inProgressState, bool hasSourceGenerators) 447async Task<FinalCompilationTrackerState> FinalizeCompilationAsync(InProgressState inProgressState) 471async Task<FinalCompilationTrackerState> FinalizeCompilationWorkerAsync(InProgressState inProgressState) 713var newState = state switch 715InProgressState inProgressState => new InProgressState( 806else if (state is InProgressState inProgressState) 928else if (state is InProgressState inProgressState)