1 write to Usings
Microsoft.CodeAnalysis.CSharp (1)
Parser\LanguageParser.cs (1)
154
Usings
= pool.Allocate<UsingDirectiveSyntax>();
7 references to Usings
Microsoft.CodeAnalysis.CSharp (7)
Parser\LanguageParser.cs (7)
163
pool.Free(
Usings
);
190
var result = _syntaxFactory.CompilationUnit(body.Externs, body.
Usings
, body.Attributes, body.Members, eof);
302
body.
Usings
,
318
body.
Usings
,
375
else if (body.
Usings
.Count > 0)
377
AddTrailingSkippedSyntax(body.
Usings
, skippedSyntax);
833
body.
Usings
.Add(@using);