5 references to AddAttributeLists
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
6519internal override StatementSyntax AddAttributeListsCore(params AttributeListSyntax[] items) => AddAttributeLists(items);
Microsoft.Interop.LibraryImportGenerator (2)
LibraryImportGenerator.cs (2)
340dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 437localDllImport = localDllImport.AddAttributeLists(returnTypeAttributes.WithTarget(AttributeTargetSpecifier(Token(SyntaxKind.ReturnKeyword))));
Microsoft.Interop.LibraryImportGenerator.Downlevel (2)
DownlevelLibraryImportGenerator.cs (2)
282dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 371localDllImport = localDllImport.AddAttributeLists(returnTypeAttributes.WithTarget(AttributeTargetSpecifier(Token(SyntaxKind.ReturnKeyword))));