1 write to _compilationWithPostInit
Microsoft.CodeAnalysis (1)
SourceGeneration\CompilationCache.cs (1)
92
_compilationWithPostInit
= compilationWithPostInit;
3 references to _compilationWithPostInit
Microsoft.CodeAnalysis (3)
SourceGeneration\CompilationCache.cs (3)
131
return new CompilationCache(
_compilationWithPostInit
, _inputCompilation, ImmutableArray<SyntaxTree>.Empty, ImmutableArray<PreCompCacheKey>.Empty);
146
?
_compilationWithPostInit
147
:
_compilationWithPostInit
.AddSyntaxTrees(preCompTreesToAdd);