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