1 instantiation of ConvertToSourceGeneratedInteropFix
Microsoft.Interop.ComInterfaceGenerator (1)
src\libraries\System.Runtime.InteropServices\gen\Common\ConvertToSourceGeneratedInteropFixer.cs (1)
30
yield return new
ConvertToSourceGeneratedInteropFix
(CreateFixForSelectedOptions(node, options), options);
2 references to ConvertToSourceGeneratedInteropFix
Microsoft.Interop.ComInterfaceGenerator (2)
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))