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