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