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