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