5 references to AddAttributeLists
Microsoft.CodeAnalysis.CSharp (1)
Syntax.xml.Syntax.Generated.cs (1)
6417
internal override StatementSyntax AddAttributeListsCore(params AttributeListSyntax[] items) =>
AddAttributeLists
(items);
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (2)
373
dllImport = dllImport.
AddAttributeLists
(AttributeList(SeparatedList(forwardedAttributes)));
475
localDllImport = localDllImport.
AddAttributeLists
(returnTypeAttributes.WithTarget(AttributeTargetSpecifier(Token(SyntaxKind.ReturnKeyword))));
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
267
dllImport = dllImport.
AddAttributeLists
(AttributeList(SeparatedList(forwardedAttributes)));
350
localDllImport = localDllImport.
AddAttributeLists
(returnTypeAttributes.WithTarget(AttributeTargetSpecifier(Token(SyntaxKind.ReturnKeyword))));