2 overrides of CreateFixForSelectedOptions
Microsoft.Interop.ComInterfaceGenerator (2)
Analyzers\AddGeneratedComClassFixer.cs (1)
72protected override Func<SolutionEditor, DocumentId, CancellationToken, Task> CreateFixForSelectedOptions(SyntaxNode node, ImmutableDictionary<string, Option> selectedOptions)
Analyzers\ConvertComImportToGeneratedComInterfaceFixer.cs (1)
35protected override Func<SolutionEditor, DocumentId, CancellationToken, Task> CreateFixForSelectedOptions(SyntaxNode node, ImmutableDictionary<string, Option> selectedOptions)
2 references to CreateFixForSelectedOptions
Microsoft.Interop.ComInterfaceGenerator (2)
parent\Common\ConvertToSourceGeneratedInteropFixer.cs (2)
30yield return new ConvertToSourceGeneratedInteropFix(CreateFixForSelectedOptions(node, options), options); 200var solutionBasedFix = codeFixProvider.CreateFixForSelectedOptions(node, codeFixProvider.GetOptionsForIndividualFix(options, diagnostic));