5 references to WithDocumentsAreFinal
Microsoft.CodeAnalysis.Workspaces (5)
Workspace\Solution\SolutionState.CompilationTracker.CompilationTrackerState.cs (3)
165? new AllSyntaxTreesParsedState(compilation, generatorInfo.WithDocumentsAreFinal(false)) 208generatorInfo.WithDocumentsAreFinal(false)) // since we have a set of transformations to make, we'll always have to run generators again 269generatorInfo.WithDocumentsAreFinal(true)) // when we're in a final state, we've ran generators and should not run again
Workspace\Solution\SolutionState.CompilationTracker.cs (2)
154var generatorInfo = state.GeneratorInfo.WithDocumentsAreFinal(false); 934generatorInfo = generatorInfo.WithDocumentsAreFinal(true);