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)
39internal bool IsCompilationAvailable => _compilation is not null; 45Debug.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."); 46return _compilation; 84Debug.Assert(_compilation is null, "SetCompilation should only be called once.");