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