1 write to _usings
Microsoft.CodeAnalysis.CSharp (1)
Binder\WithUsingNamespacesAndTypesBinder.cs (1)
344
_usings
= namespacesOrTypes;
2 references to _usings
Microsoft.CodeAnalysis.CSharp (2)
Binder\WithUsingNamespacesAndTypesBinder.cs (2)
349
return
_usings
;
354
return Imports.Create(ImmutableDictionary<string, AliasAndUsingDirective>.Empty,
_usings
, ImmutableArray<AliasAndExternAliasDirective>.Empty);