1 implementation of With
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
72
IRefactorOrFixAllState IRefactorOrFixAllState.
With
(
1 reference to With
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Suggestions\UnifiedSuggestedActionsSource.cs (1)
242
var fixAllStateForScope = fixAllState.
With
(scope: scope, codeActionEquivalenceKey: action.EquivalenceKey);