3 writes to externs
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15798
this.
externs
= externs;
15836
this.
externs
= externs;
15873
this.
externs
= externs;
4 references to externs
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15892
public override CoreSyntax.SyntaxList<ExternAliasDirectiveSyntax> Externs => new CoreSyntax.SyntaxList<ExternAliasDirectiveSyntax>(this.
externs
);
15904
5 => this.
externs
,
15933
=> new FileScopedNamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.semicolonToken, this.
externs
, this.usings, this.members, diagnostics, GetAnnotations());
15936
=> new FileScopedNamespaceDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.namespaceKeyword, this.name, this.semicolonToken, this.
externs
, this.usings, this.members, GetDiagnostics(), annotations);