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