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