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