8 references to MarkImportDirective
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Lookup.cs (3)
446MarkImportDirective(node.UsingDirectiveReference, callerIsSemanticModel); 483MarkImportDirective(alias.UsingDirectiveReference, callerIsSemanticModel); 499MarkImportDirective(a.ExternAliasDirectiveReference, callerIsSemanticModel);
Binder\WithUsingNamespacesAndTypesBinder.cs (5)
102MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 117MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 152MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 163MarkImportDirective(nsOrType.UsingDirectiveReference, callerIsSemanticModel); 198MarkImportDirective(typeOrNamespace.UsingDirectiveReference, callerIsSemanticModel);