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