3 writes to modifiers
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
5118
this.
modifiers
= modifiers;
5149
this.
modifiers
= modifiers;
5179
this.
modifiers
= modifiers;
4 references to modifiers
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5198
public override CoreSyntax.SyntaxList<SyntaxToken> Modifiers => new CoreSyntax.SyntaxList<SyntaxToken>(this.
modifiers
);
5218
1 => this.
modifiers
,
5249
=> new SimpleLambdaExpressionSyntax(this.Kind, this.attributeLists, this.
modifiers
, this.parameter, this.arrowToken, this.block, this.expressionBody, diagnostics, GetAnnotations());
5252
=> new SimpleLambdaExpressionSyntax(this.Kind, this.attributeLists, this.
modifiers
, this.parameter, this.arrowToken, this.block, this.expressionBody, GetDiagnostics(), annotations);