3 writes to parameterList
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
20057
this.
parameterList
= parameterList;
20110
this.
parameterList
= parameterList;
20162
this.
parameterList
= parameterList;
5 references to parameterList
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
20193
public override ParameterListSyntax ParameterList => this.
parameterList
;
20210
6 => this.
parameterList
,
20241
=> new MethodDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.identifier, this.typeParameterList, this.
parameterList
, this.constraintClauses, this.body, this.expressionBody, this.semicolonToken, diagnostics, GetAnnotations());
20244
=> new MethodDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.returnType, this.explicitInterfaceSpecifier, this.identifier, this.typeParameterList, this.
parameterList
, this.constraintClauses, this.body, this.expressionBody, this.semicolonToken, GetDiagnostics(), annotations);
Declarations\DeclarationTreeBuilder.cs (1)
1107
var paramList = methodDecl.
parameterList
;