33 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)
1002return 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)
74.AddAttributeLists(AttributeList(SingletonSeparatedList(s_comExposedClassAttributeTemplate))));
ComInterfaceGenerator.cs (4)
253.AddAttributeLists(AttributeList(SingletonSeparatedList(s_iUnknownDerivedAttributeTemplate)))); 581.AddAttributeLists(AttributeList(SingletonSeparatedList(Attribute(NameSyntaxes.System_Runtime_InteropServices_DynamicInterfaceCastableImplementationAttribute)))); 649AttributeList( 841AttributeList(
VirtualMethodPointerStubGenerator.cs (1)
169.AddAttributeLists(AttributeList(SingletonSeparatedList(unmanagedCallersOnlyAttribute)))
VtableIndexStubGenerator.cs (1)
433.AddAttributeLists(AttributeList(SingletonSeparatedList(Attribute(NameSyntaxes.System_Runtime_InteropServices_DynamicInterfaceCastableImplementationAttribute)))));
Microsoft.Interop.JavaScript.JSImportGenerator (8)
JSExportGenerator.cs (6)
146.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 241.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 253AttributeList( 298.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 375AttributeListSyntax registrationAttribute = AttributeList(SingletonSeparatedList(Attribute(IdentifierName(Constants.DynamicDependencyAttributeGlobal)) 435.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList(
JSImportGenerator.cs (2)
118.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList( 358.WithAttributeLists(SingletonList(AttributeList(SingletonSeparatedList(
Microsoft.Interop.LibraryImportGenerator (3)
LibraryImportGenerator.cs (3)
373dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 423AttributeList( 449SingletonList(AttributeList(
Microsoft.Interop.LibraryImportGenerator.Downlevel (3)
DownlevelLibraryImportGenerator.cs (3)
267dllImport = dllImport.AddAttributeLists(AttributeList(SeparatedList(forwardedAttributes))); 302AttributeList( 325SingletonList(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 (1)
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(