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