3 writes to usings
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15602
this.
usings
= usings;
15647
this.
usings
= usings;
15691
this.
usings
= usings;
4 references to usings
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15713
public override CoreSyntax.SyntaxList<UsingDirectiveSyntax> Usings => new CoreSyntax.SyntaxList<UsingDirectiveSyntax>(this.
usings
);
15728
6 => this.
usings
,
15758
=> new NamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.openBraceToken, this.externs, this.
usings
, this.members, this.closeBraceToken, this.semicolonToken, diagnostics, GetAnnotations());
15761
=> new NamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.openBraceToken, this.externs, this.
usings
, this.members, this.closeBraceToken, this.semicolonToken, GetDiagnostics(), annotations);