2 implementations of With
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixes\FixAllOccurrences\FixAllContext.cs (1)
81IRefactorOrFixAllContext IRefactorOrFixAllContext.With(
CodeRefactorings\FixAllOccurences\RefactorAllContext.cs (1)
70IRefactorOrFixAllContext IRefactorOrFixAllContext.With(
2 references to With
Microsoft.CodeAnalysis.Workspaces (2)
CodeFixesAndRefactorings\DefaultFixAllProviderHelpers.cs (2)
60=> fixAllContextsAsync(fixAllContext, [(TFixAllContext)fixAllContext.With((document: null, fixAllContext.State.Project))]); 87sortedProjects.SelectAsArray(p => (TFixAllContext)fixAllContext.With((document: null, project: p), scope: FixAllScope.Project)));