1 write to DiagnosticIds
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
43
DiagnosticIds
= ImmutableHashSet.CreateRange(diagnosticIds);
2 references to DiagnosticIds
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
57
public ImmutableHashSet<string> DiagnosticIds => State.
DiagnosticIds
;
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
58
DiagnosticIds
,