1 write to Attributes
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
156Attributes = pool.Allocate<AttributeListSyntax>();
5 references to Attributes
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
163pool.Free(Attributes); 191var result = _syntaxFactory.CompilationUnit(body.Externs, body.Usings, body.Attributes, body.Members, eof); 372else if (body.Attributes.Count > 0) 374AddTrailingSkippedSyntax(body.Attributes, skippedSyntax); 708body.Attributes.Add(attribute);