1 write to Usings
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
155
Usings
= pool.Allocate<UsingDirectiveSyntax>();
7 references to Usings
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser.cs (7)
164
pool.Free(
Usings
);
191
var result = _syntaxFactory.CompilationUnit(body.Externs, body.
Usings
, body.Attributes, body.Members, eof);
303
body.
Usings
,
319
body.
Usings
,
376
else if (body.
Usings
.Count > 0)
378
AddTrailingSkippedSyntax(body.
Usings
, skippedSyntax);
834
body.
Usings
.Add(@using);