2 overrides of With
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllState.cs (1)
50protected override FixAllState With(Document? document, Project project, FixAllScope scope, string? codeActionEquivalenceKey)
CodeRefactorings\FixAllOccurences\FixAllState.cs (1)
77protected override FixAllState With(Document? document, Project project, FixAllScope scope, string? codeActionEquivalenceKey)
1 reference to With
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
66return With(newDocument, newProject, newScope, newCodeActionEquivalenceKey);