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)
829if (this.GeneratorDriverCache is object && !disableCache) 832driver = this.GeneratorDriverCache.TryGetDriver(cacheKey)? 848this.GeneratorDriverCache?.CacheGenerator(cacheKey, driver);