1 override of CreateAllFixesForDiagnosticOptions
Microsoft.Interop.LibraryImportGenerator (1)
Analyzers\ConvertToLibraryImportFixer.cs (1)
76
protected override IEnumerable<ConvertToSourceGeneratedInteropFix>
CreateAllFixesForDiagnosticOptions
(SyntaxNode node, ImmutableDictionary<string, Option> options)
1 reference to CreateAllFixesForDiagnosticOptions
Microsoft.Interop.LibraryImportGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
131
foreach (var fix in
CreateAllFixesForDiagnosticOptions
(node, options))