3 writes to modifiers
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15787
this.
modifiers
= modifiers;
15825
this.
modifiers
= modifiers;
15862
this.
modifiers
= modifiers;
4 references to modifiers
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15888
public override CoreSyntax.SyntaxList<SyntaxToken> Modifiers => new CoreSyntax.SyntaxList<SyntaxToken>(this.
modifiers
);
15900
1 => this.
modifiers
,
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);