1 write to Attributes
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
153Attributes = pool.Allocate<AttributeListSyntax>();
5 references to Attributes
Microsoft.CodeAnalysis.CSharp (5)
Parser\LanguageParser.cs (5)
160pool.Free(Attributes); 188var result = _syntaxFactory.CompilationUnit(body.Externs, body.Usings, body.Attributes, body.Members, eof); 369else if (body.Attributes.Count > 0) 371AddTrailingSkippedSyntax(body.Attributes, skippedSyntax); 545body.Attributes.Add(attribute);