1 implementation of With
Microsoft.CodeAnalysis.Workspaces (1)
CodeFixesAndRefactorings\CommonFixAllState.cs (1)
70
IFixAllState IFixAllState.
With
(
1 reference to With
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\UnifiedSuggestions\UnifiedSuggestedActionsSource.cs (1)
251
var fixAllStateForScope = fixAllState.
With
(scope: scope, codeActionEquivalenceKey: action.EquivalenceKey);