2 writes to _driverCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.GeneratorDriverInitializationCache.cs (2)
50var asyncLazy = Interlocked.CompareExchange(ref _driverCache, createdAsyncLazy, comparand: null); 93_driverCache = AsyncLazy.Create(driver);
1 reference to _driverCache
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.GeneratorDriverInitializationCache.cs (1)
40var existingDriverCache = _driverCache;