5 references to Alias
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (2)
15496
if (globalKeyword != this.GlobalKeyword || usingKeyword != this.UsingKeyword || staticKeyword != this.StaticKeyword || unsafeKeyword != this.UnsafeKeyword || alias != this.
Alias
|| namespaceOrType != this.NamespaceOrType || semicolonToken != this.SemicolonToken)
28387
=> node.Update((SyntaxToken)Visit(node.GlobalKeyword), (SyntaxToken)Visit(node.UsingKeyword), (SyntaxToken)Visit(node.StaticKeyword), (SyntaxToken)Visit(node.UnsafeKeyword), (NameEqualsSyntax)Visit(node.
Alias
), (TypeSyntax)Visit(node.NamespaceOrType), (SyntaxToken)Visit(node.SemicolonToken));
SourceGeneration\CSharpSyntaxHelper.cs (3)
100
if (usingDirective.
Alias
is null)
111
var aliasName = usingDirective.
Alias
.Name.Identifier.ValueText;
142
directive.
Alias
!= null)