24 references to AttributeList
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
171attributeList = AttributeList(attributes);
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
989return node is AttributeSyntax attr ? SyntaxFactory.AttributeList([attr]) : (AttributeListSyntax)node;
Microsoft.Interop.ComInterfaceGenerator (1)
VirtualMethodPointerStubGenerator.cs (1)
169.AddAttributeLists(AttributeList(SingletonSeparatedList(unmanagedCallersOnlyAttribute)))
Microsoft.Interop.JavaScript.JSImportGenerator (8)
JSExportGenerator.cs (6)
122.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 212.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 224AttributeList( 269.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 346AttributeListSyntax registrationAttribute = AttributeList(SingletonSeparatedList(Attribute(IdentifierName(Constants.DynamicDependencyAttributeGlobal)) 405.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList(
JSImportGenerator.cs (2)
94.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 328.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList(
Microsoft.Interop.LibraryImportGenerator (3)
LibraryImportGenerator.cs (3)
327dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 360AttributeList( 415SingletonList(AttributeList(
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportGenerator.cs (3)
280dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 308AttributeList( 360SingletonList(AttributeList(
Microsoft.Interop.SourceGeneration (4)
Marshalling\MarshallingGeneratorExtensions.cs (2)
46return AttributeList(SingletonSeparatedList(forwardedAttribute)); 127param = param.AddAttributeLists(AttributeList(SeparatedList(rehydratedAttributes)));
SignatureContext.cs (2)
70AttributeList( 85AttributeList(
QuarantineTools.Tests (2)
ActiveIssueTests.cs (1)
434var newList = SyntaxFactory.AttributeList(SyntaxFactory.SingletonSeparatedList(attr));
QuarantineScriptTests.cs (1)
378var newList = SyntaxFactory.AttributeList(SyntaxFactory.SingletonSeparatedList(attr));
System.Windows.Forms.Analyzers.CodeFixes.CSharp (1)
System\Windows\Forms\CSharp\CodeFixes\AddDesignerSerializationVisibility\AddDesignerSerializationVisibilityCodeFixProvider.cs (1)
91SyntaxFactory.AttributeList(