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