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