1 write to GeneratorDriverCache
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
139this.GeneratorDriverCache = driverCache;
3 references to GeneratorDriverCache
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
826if (this.GeneratorDriverCache is object && !disableCache) 829driver = this.GeneratorDriverCache.TryGetDriver(cacheKey)? 845this.GeneratorDriverCache?.CacheGenerator(cacheKey, driver);