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)
100MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 115MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 153MarkImportDirective(typeOrNamespace.UsingDirectiveReference, callerIsSemanticModel);