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