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