6 references to Compilation
Microsoft.CodeAnalysis (6)
SourceGeneration\CompilationCache.cs (5)
17
/// <see cref="
Compilation
"/> reference is reused, which preserves reference-equality on
26
/// The result's <see cref="
Compilation
"/> is always the compilation the driver should pass
33
/// Its <see cref="
Compilation
"/> is <c>null</c> and is never read by the driver, since
66
Debug.Assert(_compilation is not null, $"{nameof(
Compilation
)} read before any builder produced this cache.");
114
/// producing a new entry. Always returns a cache whose <see cref="CompilationCache.
Compilation
"/>
SourceGeneration\GeneratorDriver.cs (1)
416
compilation = state.CompilationCache.
Compilation
;