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