1 write to DiagnosticLevel
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\DebuggingSession.cs (1)
162
DiagnosticLevel
= diagnosticLevel;
1 reference to DiagnosticLevel
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditSession.cs (1)
1193
await GetProjectDifferencesAsync(Log, oldProject, newProject, projectDifferences, projectDiagnostics, DebuggingSession.
DiagnosticLevel
, cancellationToken).ConfigureAwait(false);