4 instantiations of ConvertToSourceGeneratedInteropFix
Microsoft.Interop.LibraryImportGenerator (4)
Analyzers\ConvertToLibraryImportFixer.cs (3)
85
yield return new
ConvertToSourceGeneratedInteropFix
(
104
yield return new
ConvertToSourceGeneratedInteropFix
(
116
yield return new
ConvertToSourceGeneratedInteropFix
(
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
30
yield return new
ConvertToSourceGeneratedInteropFix
(CreateFixForSelectedOptions(node, options), options);
3 references to ConvertToSourceGeneratedInteropFix
Microsoft.Interop.LibraryImportGenerator (3)
Analyzers\ConvertToLibraryImportFixer.cs (1)
76
protected override IEnumerable<
ConvertToSourceGeneratedInteropFix
> CreateAllFixesForDiagnosticOptions(SyntaxNode node, ImmutableDictionary<string, Option> options)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (2)
27
protected virtual IEnumerable<
ConvertToSourceGeneratedInteropFix
> CreateAllFixesForDiagnosticOptions(SyntaxNode node, ImmutableDictionary<string, Option> options)
131
foreach (
var
fix in CreateAllFixesForDiagnosticOptions(node, options))