1 write to GeneratorInfo
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionState.CompilationTracker.CompilationTrackerState.cs (1)
135GeneratorInfo = generatorInfo;
13 references to GeneratorInfo
Microsoft.CodeAnalysis.Workspaces (13)
Workspace\Solution\SolutionState.CompilationTracker.CompilationTrackerState.cs (1)
276if (this.GeneratorInfo.Documents.IsEmpty)
Workspace\Solution\SolutionState.CompilationTracker.cs (12)
82return state.GeneratorInfo.Driver; 146baseCompilation, state.GeneratorInfo, state.FinalCompilationWithGeneratedDocuments, intermediateProjects); 154var generatorInfo = state.GeneratorInfo.WithDocumentsAreFinal(false); 275generatorInfo = state.GeneratorInfo.WithDocumentsAreFinalAndFrozen(); 442return new CompilationInfo(finalCompilation, state.HasSuccessfullyLoaded.Value, state.GeneratorInfo); 484return new CompilationInfo(compilation, state.HasSuccessfullyLoaded.Value, state.GeneratorInfo); 494state.GeneratorInfo, 504state.GeneratorInfo, 598state.GeneratorInfo.WithDriver(generatorDriver), 614var generatorDriver = state.GeneratorInfo.Driver; 662compilationWithoutGenerators, state.GeneratorInfo.WithDriver(generatorDriver), compilationWithGenerators, intermediateProjects)); 1095return state is FinalState finalState ? finalState.GeneratorInfo.Documents.GetState(documentId) : null;