Implemented interface member:
property
CodeActionEquivalenceKey
Microsoft.CodeAnalysis.CodeFixesAndRefactorings.IFixAllContext.CodeActionEquivalenceKey
1 reference to CodeActionEquivalenceKey
Microsoft.CodeAnalysis.Workspaces (1)
CodeRefactorings\SyntaxEditorBasedCodeRefactoringProvider.cs (1)
34return await this.FixAllAsync(document, fixAllSpans, fixAllContext.GetOptionsProvider(), fixAllContext.CodeActionEquivalenceKey, fixAllContext.CancellationToken).ConfigureAwait(false);