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