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