1 write to GeneratorDriverCache
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
135this.GeneratorDriverCache = driverCache;
3 references to GeneratorDriverCache
Microsoft.CodeAnalysis (3)
CommandLine\CommonCompiler.cs (3)
748if (this.GeneratorDriverCache is object && !disableCache) 751driver = this.GeneratorDriverCache.TryGetDriver(cacheKey)? 763this.GeneratorDriverCache?.CacheGenerator(cacheKey, driver);