1 write to _cache
VBCSCompiler (1)
src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (1)
31_cache = CompilationCache.TryCreate(Arguments, _logger);
2 references to _cache
VBCSCompiler (2)
src\Compilers\Server\VBCSCompiler\CSharpCompilerServer.cs (2)
47var result = CompilationCacheUtilities.CheckCache(_cache, _logger, Arguments, compilation, analyzers, generators, additionalTexts, cancellationToken, out var deterministicKey, out var hashKey); 61CompilationCacheUtilities.OnCompilationSucceeded(_cache, _logger, Arguments, deterministicKey, hashKey);