6 references to List
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
MemberDeclarationSyntaxExtensions_GetAttributes.cs (1)
20return SyntaxFactory.List<AttributeListSyntax>();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ConvertToRecordEngine.cs (1)
434return SyntaxFactory.List<AttributeListSyntax>();
Microsoft.CodeAnalysis.CSharp.Features (1)
ConvertToRecordEngine.cs (1)
434return SyntaxFactory.List<AttributeListSyntax>();
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Syntax\SyntaxListTests.cs (1)
182DoTestAddInsertRemoveReplaceOnEmptyList(SyntaxFactory.List<SyntaxNode>());
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
MemberDeclarationSyntaxExtensions_GetAttributes.cs (1)
20return SyntaxFactory.List<AttributeListSyntax>();
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
Formatting\FormattingTests.cs (1)
4508SyntaxFactory.List<AttributeListSyntax>(),