34 references to AttributeList
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeFixes\Suppression\CSharpSuppressionCodeFixProvider.cs (1)
171attributeList = AttributeList(attributes);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxListTests.cs (1)
250SyntaxFactory.AttributeList(collectionExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
989return node is AttributeSyntax attr ? SyntaxFactory.AttributeList([attr]) : (AttributeListSyntax)node;
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (2)
CodeGeneration\AddAttributesTests.cs (1)
44AttributeList(
Formatting\FormattingElasticTriviaTests.cs (1)
57AttributeList([
Microsoft.Interop.ComInterfaceGenerator (8)
AttributeInfo.cs (1)
23return AttributeList(SingletonSeparatedList(GenerateSyntax()));
ComClassGenerator.cs (1)
82.AddAttributeLists(AttributeList(SingletonSeparatedList(s_comExposedClassAttributeTemplate))));
ComInterfaceGenerator.cs (4)
232.AddAttributeLists(AttributeList(SingletonSeparatedList(s_iUnknownDerivedAttributeTemplate)))); 560.AddAttributeLists(AttributeList(SingletonSeparatedList(Attribute(NameSyntaxes.System_Runtime_InteropServices_DynamicInterfaceCastableImplementationAttribute)))); 628AttributeList( 820AttributeList(
VirtualMethodPointerStubGenerator.cs (1)
169.AddAttributeLists(AttributeList(SingletonSeparatedList(unmanagedCallersOnlyAttribute)))
VtableIndexStubGenerator.cs (1)
378.AddAttributeLists(AttributeList(SingletonSeparatedList(Attribute(NameSyntaxes.System_Runtime_InteropServices_DynamicInterfaceCastableImplementationAttribute)))));
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( 386SingletonList(AttributeList(
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportGenerator.cs (3)
246dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 274AttributeList( 297SingletonList(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(