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