3 references to NamespaceOrType
Microsoft.CodeAnalysis.CSharp (3)
_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 (1)
108
if (usingDirective.
NamespaceOrType
is not Syntax.InternalSyntax.NameSyntax name)