6 references to MarkImportDirective
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Lookup.cs (3)
382MarkImportDirective(node.UsingDirectiveReference, callerIsSemanticModel); 419MarkImportDirective(alias.UsingDirectiveReference, callerIsSemanticModel); 435MarkImportDirective(a.ExternAliasDirectiveReference, callerIsSemanticModel);
Binder\WithUsingNamespacesAndTypesBinder.cs (3)
102MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 117MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 155MarkImportDirective(typeOrNamespace.UsingDirectiveReference, callerIsSemanticModel);