2 writes to _driverCache
Microsoft.CodeAnalysis.Workspaces (2)
Workspace\Solution\SolutionCompilationState.GeneratorDriverInitializationCache.cs (2)
44var asyncLazy = ImmutableInterlocked.GetOrAdd(ref _driverCache, projectState.Id, static (_, created) => created, createdAsyncLazy); 104ImmutableInterlocked.TryRemove(ref _driverCache, projectId, out _);
1 reference to _driverCache
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\SolutionCompilationState.GeneratorDriverInitializationCache.cs (1)
92if (_driverCache.IsEmpty)