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