3 references to With
Microsoft.CodeAnalysis.Workspaces (3)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
336var newState = State.With(documentAndProject, scope, codeActionEquivalenceKey);
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
74=> this.With(documentAndProject, scope, codeActionEquivalenceKey);
CodeRefactorings\FixAllOccurences\FixAllContext.cs (1)
103var newState = State.With(documentAndProject, scope, codeActionEquivalenceKey);