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