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