3 writes to modifiers
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
10531
this.
modifiers
= modifiers;
10562
this.
modifiers
= modifiers;
10592
this.
modifiers
= modifiers;
4 references to modifiers
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
10604
public CoreSyntax.SyntaxList<SyntaxToken> Modifiers => new CoreSyntax.SyntaxList<SyntaxToken>(this.
modifiers
);
10614
3 => this.
modifiers
,
10643
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.
modifiers
, this.declaration, this.semicolonToken, diagnostics, GetAnnotations());
10646
=> new LocalDeclarationStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.
modifiers
, this.declaration, this.semicolonToken, GetDiagnostics(), annotations);