6 references to MarkImportDirective
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Lookup.cs (3)
483MarkImportDirective(node.UsingDirectiveReference, callerIsSemanticModel); 520MarkImportDirective(alias.UsingDirectiveReference, callerIsSemanticModel); 536MarkImportDirective(a.ExternAliasDirectiveReference, callerIsSemanticModel);
Binder\WithUsingNamespacesAndTypesBinder.cs (3)
94MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 105MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 140MarkImportDirective(typeOrNamespace.UsingDirectiveReference, callerIsSemanticModel);