3 references to UsingDirective
Microsoft.CodeAnalysis.CSharp (3)
Binder\ImportChain.cs (1)
106
var syntax = aliasAndUsingDirective.
UsingDirective
;
Binder\Imports.cs (2)
53
UsingAliases.OrderBy(x => x.Value.
UsingDirective
.Location.SourceSpan.Start).Select(ua => $"{ua.Key} = {ua.Value.Alias.Target}").Concat(
78
expandedAliasesBuilder.Add(name, new AliasAndUsingDirective(directive.Alias.ToNewSubmission(newSubmission), directive.
UsingDirective
));