1 write to _compilation
Microsoft.CodeAnalysis (1)
SourceGeneration\Nodes\DriverStateTable.cs (1)
85
_compilation
= compilation;
4 references to _compilation
Microsoft.CodeAnalysis (4)
SourceGeneration\Nodes\DriverStateTable.cs (4)
39
internal bool IsCompilationAvailable =>
_compilation
is not null;
45
Debug.Assert(
_compilation
is not null, "Compilation should only be read after the pre-compilation phase has completed; if this fires a driver-internal caller is reading it too early.");
46
return
_compilation
;
84
Debug.Assert(
_compilation
is null, "SetCompilation should only be called once.");