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