1 write to Compilation
Microsoft.CodeAnalysis (1)
SourceGeneration\IncrementalContexts.cs (1)
162
Compilation
= compilation;
2 references to Compilation
Microsoft.CodeAnalysis (2)
SourceGeneration\IncrementalContexts.cs (2)
189
/// The severity of the diagnostic may cause the compilation to fail, depending on the <see cref="
Compilation
"/> settings.
197
DiagnosticAnalysisContextHelpers.VerifyArguments(diagnostic,
Compilation
, isSupportedDiagnostic: static (_, _) => true, CancellationToken);