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