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