2 references to UpdateDriverAndRunGenerators
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.GeneratorDriverInitializationCache.cs (2)
43return UpdateDriverAndRunGenerators(await existingDriverCache.GetValueAsync(cancellationToken).ConfigureAwait(false)); 64return UpdateDriverAndRunGenerators(await asyncLazy.GetValueAsync(cancellationToken).ConfigureAwait(false));