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