4 overrides of GetAttributeArguments
ILLink.CodeFixProvider (4)
RequiresAssemblyFilesCodeFixProvider.cs (1)
35
protected override SyntaxNode[]
GetAttributeArguments
(ISymbol? attributableSymbol, ISymbol targetSymbol, SyntaxGenerator syntaxGenerator, Diagnostic diagnostic) =>
RequiresDynamicCodeCodeFixProvider.cs (1)
32
protected override SyntaxNode[]
GetAttributeArguments
(ISymbol? attributableSymbol, ISymbol targetSymbol, SyntaxGenerator syntaxGenerator, Diagnostic diagnostic) =>
RequiresUnreferencedCodeCodeFixProvider.cs (1)
32
protected override SyntaxNode[]
GetAttributeArguments
(ISymbol? attributableSymbol, ISymbol targetSymbol, SyntaxGenerator syntaxGenerator, Diagnostic diagnostic) =>
UnconditionalSuppressMessageCodeFixProvider.cs (1)
40
protected override SyntaxNode[]
GetAttributeArguments
(ISymbol? attributableSymbol, ISymbol targetSymbol, SyntaxGenerator syntaxGenerator, Diagnostic diagnostic)
1 reference to GetAttributeArguments
ILLink.CodeFixProvider (1)
BaseAttributeCodeFixProvider.cs (1)
70
var attributeArguments =
GetAttributeArguments
(attributableSymbol, targetSymbol, SyntaxGenerator.GetGenerator (document), diagnostic);