3 writes to alias
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15395
this.
alias
= alias;
15428
this.
alias
= alias;
15460
this.
alias
= alias;
4 references to alias
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15472
public NameEqualsSyntax? Alias => this.
alias
;
15483
4 => this.
alias
,
15512
=> new UsingDirectiveSyntax(this.Kind, this.globalKeyword, this.usingKeyword, this.staticKeyword, this.unsafeKeyword, this.
alias
, this.namespaceOrType, this.semicolonToken, diagnostics, GetAnnotations());
15515
=> new UsingDirectiveSyntax(this.Kind, this.globalKeyword, this.usingKeyword, this.staticKeyword, this.unsafeKeyword, this.
alias
, this.namespaceOrType, this.semicolonToken, GetDiagnostics(), annotations);