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