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