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