1 write to _compilation
Microsoft.CodeAnalysis (1)
SourceGeneration\CompilationCache.cs (1)
51
_compilation
= compilation;
3 references to _compilation
Microsoft.CodeAnalysis (3)
SourceGeneration\CompilationCache.cs (3)
66
Debug.Assert(
_compilation
is not null, $"{nameof(Compilation)} read before any builder produced this cache.");
67
return
_compilation
;
134
if (_previous.
_compilation
is not null