1 write to GeneratorDriverCache
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
138this.GeneratorDriverCache = driverCache;
3 references to GeneratorDriverCache
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
817if (this.GeneratorDriverCache is object && !disableCache) 820driver = this.GeneratorDriverCache.TryGetDriver(cacheKey)? 836this.GeneratorDriverCache?.CacheGenerator(cacheKey, driver);