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