2 references to CompilationCache
Microsoft.CodeAnalysis (2)
SourceGeneration\CompilationCache.cs (2)
131return new CompilationCache(_compilationWithPostInit, _inputCompilation, ImmutableArray<SyntaxTree>.Empty, ImmutableArray<PreCompCacheKey>.Empty); 148return new CompilationCache(newCompilation, _inputCompilation, postInitTrees, preCompKeys);