10 references to DiagnosticIds
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
FixAllContextExtensions.cs (1)
23
=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.
DiagnosticIds
.First(), context.Document!, context.Project);
Microsoft.CodeAnalysis.Workspaces (9)
CodeFixes\FixAllOccurrences\FixAllContext.cs (8)
224
/// Gets all the diagnostics in the given document filtered by <see cref="
DiagnosticIds
"/>.
239
return await GetFilteredDiagnosticsAsync(getDiagnosticsTask, this.
DiagnosticIds
, filterSpan: null).ConfigureAwait(false);
261
/// Gets all the diagnostics in the given <paramref name="filterSpan"/> for the given <paramref name="document"/> filtered by <see cref="
DiagnosticIds
"/>.
278
return await GetFilteredDiagnosticsAsync(getDiagnosticsTask, this.
DiagnosticIds
, filterSpan).ConfigureAwait(false);
282
/// Gets all the project-level diagnostics, i.e. diagnostics with no source location, in the given project filtered by <see cref="
DiagnosticIds
"/>.
295
/// Gets all the diagnostics in the given project filtered by <see cref="
DiagnosticIds
"/>.
309
/// Gets all the project diagnostics in the given project filtered by <see cref="
DiagnosticIds
"/>.
325
return await GetFilteredDiagnosticsAsync(getDiagnosticsTask, this.
DiagnosticIds
, filterSpan: null).ConfigureAwait(false);
FixAllContextExtensions.cs (1)
23
=> FixAllHelper.GetDefaultFixAllTitle(context.Scope, title: context.
DiagnosticIds
.First(), context.Document!, context.Project);