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