1 write to UsingDirectiveReference
Microsoft.CodeAnalysis.CSharp (1)
Binder\AliasAndUsingDirective.cs (1)
18this.UsingDirectiveReference = usingDirective?.GetReference();
4 references to UsingDirectiveReference
Microsoft.CodeAnalysis.CSharp (4)
Binder\AliasAndUsingDirective.cs (1)
21public UsingDirectiveSyntax? UsingDirective => (UsingDirectiveSyntax?)UsingDirectiveReference?.GetSyntax();
Binder\Binder_Lookup.cs (2)
382MarkImportDirective(node.UsingDirectiveReference, callerIsSemanticModel); 419MarkImportDirective(alias.UsingDirectiveReference, callerIsSemanticModel);
Symbols\Source\SourceNamespaceSymbol.AliasesAndUsings.cs (1)
977if (alias.UsingDirectiveReference!.SyntaxTree != declarationSyntax.SyntaxTree)