7 references to MarkImportDirective
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Lookup.cs (3)
456MarkImportDirective(node.UsingDirectiveReference, callerIsSemanticModel); 493MarkImportDirective(alias.UsingDirectiveReference, callerIsSemanticModel); 509MarkImportDirective(a.ExternAliasDirectiveReference, callerIsSemanticModel);
Binder\WithUsingNamespacesAndTypesBinder.cs (4)
102MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 117MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 149MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 180MarkImportDirective(typeOrNamespace.UsingDirectiveReference, callerIsSemanticModel);