2 references to DocumentsWithDiagnosticsToFix
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\FixAllLogger.cs (2)
37
private const string DocumentsWithDiagnosticsToFix = nameof(
DocumentsWithDiagnosticsToFix
);
161
m[
DocumentsWithDiagnosticsToFix
] = documentsAndDiagnosticsToFixMap.Count;