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