1 override of CreateFixForSelectedOptions
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
129
protected override Func<DocumentEditor, CancellationToken, Task>
CreateFixForSelectedOptions
(SyntaxNode node, ImmutableDictionary<string, Option> selectedOptions)
2 references to CreateFixForSelectedOptions
Microsoft.Interop.LibraryImportGenerator (2)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (2)
30
yield return new ConvertToSourceGeneratedInteropFix(
CreateFixForSelectedOptions
(node, options), options);
204
var documentBasedFix = codeFixProvider.
CreateFixForSelectedOptions
(node, codeFixProvider.GetOptionsForIndividualFix(options, diagnostic));