8 references to MarkImportDirective
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Lookup.cs (3)
456MarkImportDirective(node.UsingDirectiveReference, callerIsSemanticModel); 493MarkImportDirective(alias.UsingDirectiveReference, callerIsSemanticModel); 509MarkImportDirective(a.ExternAliasDirectiveReference, callerIsSemanticModel);
Binder\WithUsingNamespacesAndTypesBinder.cs (5)
102MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 117MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 154MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 166MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 201MarkImportDirective(typeOrNamespace.UsingDirectiveReference, callerIsSemanticModel);